记录详情

Runtime Error

/in/foo.cc:11:7: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main ()
       ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:22:27: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'int' [-Wformat=]
   printf ("%s\n",a[i].name),sum++;
                           ^
# 状态 耗时 内存占用
#1 Runtime Error 3ms 368.0 KiB

信息

递交者
类型
递交
题目
甲流病人初筛
语言
C++
递交时间
2018-08-11 07:24:20
评测时间
2018-08-11 07:24:20
评测机
分数
0
总耗时
3ms
峰值内存
368.0 KiB