记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:18: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
  for(int i=1;m=a/b;i++){
                  ^
/in/foo.cc:12:2: error: expected ';' before '}' token
  }
  ^
/in/foo.cc:19:1: error: expected '}' at end of input
 }
 ^

信息

递交者
类型
自测
题目
P1486 E. 小季的刑期
语言
C++
递交时间
2023-09-09 19:17:53
评测时间
2023-09-09 19:17:53
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes