/ 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 272.0 KiB
#2 Accepted 2ms 384.0 KiB
#3 Accepted 3ms 312.0 KiB
#4 Accepted 4ms 352.0 KiB
#5 Runtime Error 3ms 340.0 KiB
#6 Runtime Error 3ms 256.0 KiB
#7 Runtime Error 3ms 256.0 KiB
#8 Runtime Error 2ms 336.0 KiB
#9 Runtime Error 1ms 372.0 KiB
#10 Runtime Error 1ms 368.0 KiB

信息

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