/ Vijos /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:9:28: error: expected expression before '>=' token
   if((int)(i*b)-(int)(i*a))>=1){
                            ^~
/in/foo.c:9:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if((int)(i*b)-(int)(i*a))>=1){
   ^~
/in/foo.c:9:31: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if((int)(i*b)-(int)(i*a))>=1){
                               ^
/in/foo.c:9:31: error: expected statement before ')' token

信息

递交者
类型
递交
题目
P1041 神风堂人数
语言
C
递交时间
2024-05-24 23:12:11
评测时间
2024-05-24 23:12:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes