记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:22:8: error: expected primary-expression before ')' token
  while(){
        ^
/in/foo.cc:26:6: error: 'i' was not declared in this scope
   if(i<0){
      ^
/in/foo.cc:17:8: warning: unused variable 'tmp' [-Wunused-variable]
  int m,tmp=5;
        ^~~

信息

递交者
类型
递交
题目
养蚕
语言
C++
递交时间
2024-05-29 16:10:45
评测时间
2024-05-29 16:10:45
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes