/ OPS /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:14: error: expected ';' before ':' token
  for(x=0;x<34:x++){
              ^
/in/foo.cc:7:14: error: expected primary-expression before ':' token
/in/foo.cc:7:14: error: expected ')' before ':' token
/in/foo.cc:7:14: error: expected primary-expression before ':' token
/in/foo.cc:6:11: warning: unused variable 'y' [-Wunused-variable]
     int x,y,z;
           ^
/in/foo.cc:6:13: warning: unused variable 'z' [-Wunused-variable]
     int x,y,z;
             ^

信息

递交者
类型
递交
题目
P1072 百钱买百鸡问题
语言
C++
递交时间
2023-03-17 20:39:12
评测时间
2023-03-17 20:39:12
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes