/ OPS /

记录详情

Compile Error

/in/foo.cc:9:5: error: stray '\357' in program
    9 |   if(strlen(num)==0){
      |     ^
/in/foo.cc:9:6: error: stray '\274' in program
    9 |   if(strlen(num)==0){
      |      ^
/in/foo.cc:9:7: error: stray '\210' in program
    9 |   if(strlen(num)==0){
      |       ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:8: error: expected '(' before 'strlen'
    9 |   if(strlen(num)==0){
      |        ^~~~~~
      |        (
/in/foo.cc:12:16: warning: comparison of integer expressions of different signedness: 'int' and 'size_t' {aka 'long unsigned int'} [-Wsign-compare]
   12 |   for(int i=0;i<strlen(num);i++){
      |               ~^~~~~~~~~~~~

信息

递交者
类型
递交
题目
P1014 Fans数
语言
C++
递交时间
2025-03-28 20:00:33
评测时间
2025-03-28 20:00:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes