记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:18:13: error: expected ';' before ')' token
  for(j=1,j++)
             ^
/in/foo.c:18:13: error: expected expression before ')' token
/in/foo.c:5:13: warning: variable 'c' set but not used [-Wunused-but-set-variable]
     int a,b,c,max=1,min=0,i,j;
             ^

信息

递交者
类型
递交
题目
A6-1 最大公约数专题:最大公约数和最小公倍数
比赛
南师大(含泰州学院)2024年新生赛(第一场)
语言
C
递交时间
2024-08-20 04:04:41
评测时间
2024-08-20 04:04:41
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes