记录详情

Compile Error

/in/foo.cc: In function 'void print_by_2(int)':
/in/foo.cc:11:16: error: 'itoa' was not declared in this scope
  itoa(val,buf,2);
                ^
/in/foo.cc: In function 'int press(int, int)':
/in/foo.cc:17:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=G[bnt][0];++i)
  ^~~
/in/foo.cc:19:6: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
      return val;
      ^~~~~~

信息

递交者
类型
递交
题目
P1011 奇怪的电视(tv,1s,256MB)
题目数据
下载
语言
C++
递交时间
2021-11-28 16:49:13
评测时间
2021-12-03 18:14:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes