记录详情

Runtime Error

/in/foo.cc:6:0: warning: ignoring #pragma warning  [-Wunknown-pragmas]
 #pragma warning(disable:4996)
 
/in/foo.cc: In function 'int main()':
/in/foo.cc:53:25: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
  printf(" %d", layer + 1);
                         ^
# 状态 耗时 内存占用
#1 Accepted 1ms 2.203 MiB
#2 Runtime Error 46ms 15.504 MiB
#3 Accepted 1ms 2.328 MiB
#4 Accepted 1ms 2.203 MiB
#5 Runtime Error 46ms 15.551 MiB
#6 Accepted 2ms 2.211 MiB
#7 Accepted 1ms 2.211 MiB

信息

递交者
类型
递交
题目
忆安同学的魔法鲜花
语言
C++
递交时间
2019-01-20 20:59:43
评测时间
2019-01-20 20:59:43
评测机
分数
80
总耗时
102ms
峰值内存
15.551 MiB