记录详情

System Error

/in/foo.cc:72:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main(){
      ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:77:20: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[10]' [-Wformat=]
      scanf("%s",&op);
                    ^
FormatError('config file not found',)

信息

递交者
类型
递交
题目
P1005 时间树
语言
C++
递交时间
2021-01-27 18:48:11
评测时间
2021-01-27 18:48:11
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes