/ Vijos /

记录详情

Compile Error

/in/foo.cc:50:1: error: stray '\302' in program
 ·
 ^
/in/foo.cc:50:2: error: stray '\267' in program
 ·
  ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:52:1: error: expected primary-expression before '=' token
 =0;
 ^
/in/foo.cc:53:20: error: 'emset' was not declared in this scope
 emset(b,1,sizeof(b));
                    ^
/in/foo.cc:54:6: error: 'o' was not declared in this scope
 o(1,0);
      ^
/in/foo.cc:59:1: error: 'eturn' was not declared in this scope
 eturn 0;
 ^~~~~
/in/foo.cc:59:8: error: expected '}' at end of input
 eturn 0;
        ^
/in/foo.cc:47:7: warning: unused variable 'x' [-Wunused-variable]
 int i,x,y;
       ^
/in/foo.cc:47:9: warning: unused variable 'y' [-Wunused-variable]
 int i,x,y;
         ^
/in/foo.cc:59:8: error: expected '}' at end of input
 eturn 0;
        ^

信息

递交者
类型
递交
题目
P1593 部落卫队
语言
C++
递交时间
2024-06-15 20:10:33
评测时间
2024-06-15 20:10:33
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes