记录详情

Compile Error

/in/foo.cc:2:11: error: '::main' must return 'int'
 void main()
           ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:10:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(i==2||i==8)
   ^~
/in/foo.cc:16:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    printf("\n");
    ^~~~~~

信息

递交者
类型
递交
题目
P1184 华语鸽坛
比赛
2020年互联网创新创业科技节程序设计大赛
语言
C++
递交时间
2020-12-09 14:24:11
评测时间
2020-12-09 14:24:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes