/ 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 3ms 344.0 KiB
#2 Accepted 3ms 360.0 KiB
#3 Accepted 1ms 360.0 KiB
#4 Accepted 4ms 356.0 KiB
#5 Accepted 12ms 384.0 KiB
#6 Accepted 12ms 384.0 KiB
#7 Accepted 11ms 384.0 KiB
#8 Runtime Error 3ms 352.0 KiB
#9 Runtime Error 3ms 256.0 KiB
#10 Runtime Error 3ms 352.0 KiB

信息

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