/ CWOI /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:56:20: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'long long int' [-Wformat=]
    scanf("%lld",res);
                    ^
/in/foo.cc:55:7: warning: 'res' may be used uninitialized in this function [-Wmaybe-uninitialized]
    ll res;
       ^~~
# 状态 耗时 内存占用
#1 Accepted 2ms 328.0 KiB
#2 Accepted 3ms 356.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 4ms 296.0 KiB
#5 Accepted 10ms 384.0 KiB
#6 Accepted 12ms 384.0 KiB
#7 Accepted 7ms 476.0 KiB
#8 Runtime Error 3ms 336.0 KiB
#9 Runtime Error 3ms 336.0 KiB
#10 Runtime Error 3ms 376.0 KiB

信息

递交者
类型
递交
题目
2017.07.17 P1 奶牛与程序
语言
C++
递交时间
2017-07-17 21:06:13
评测时间
2017-07-17 21:06:13
评测机
分数
210
总耗时
54ms
峰值内存
476.0 KiB