记录详情

Compile Error

foo.cc: In function 'void print_by_2(int)':
foo.cc:12:2: error: 'itoa' was not declared in this scope
  itoa(val,buf,2);
  ^~~~
foo.cc:12:2: note: suggested alternative: 'atol'
  itoa(val,buf,2);
  ^~~~
  atol
foo.cc: In function 'void bfs()':
foo.cc:43:1: error: a function-definition is not allowed here before '{' token
 {
 ^
foo.cc:68:1: error: expected '}' at end of input
 }
 ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1011 奇怪的电视(tv,1s,256MB)
题目数据
下载
语言
C++
递交时间
2021-11-27 17:24:19
评测时间
2021-11-27 17:24:19
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes