/ Vijos /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:9:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(i=1;i<=199;i++);
  ^~~
/in/foo.c:10:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  {if(A<=a[0])
  ^
/in/foo.c:17:5: error: assignment to expression with array type
    a=t;}
     ^

信息

递交者
类型
递交
题目
P1005 超长数字串
语言
C
递交时间
2024-11-23 09:21:42
评测时间
2024-11-23 09:21:42
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes