/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int bing(int, int)':
/in/foo.cc:23:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
/in/foo.cc: In function 'int solve()':
/in/foo.cc:39:44: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d%d%d",&t[i][0],&t[i][1],&t[i][2]);
                                            ^
/in/foo.cc:39:44: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:39:44: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Accepted 2ms 332.0 KiB
#2 Accepted 2ms 332.0 KiB
#3 Accepted 2ms 336.0 KiB
#4 Accepted 2ms 308.0 KiB
#5 Accepted 39ms 352.0 KiB
#6 Accepted 74ms 312.0 KiB
#7 Accepted 135ms 332.0 KiB
#8 Accepted 119ms 328.0 KiB
#9 Accepted 127ms 332.0 KiB
#10 Accepted 127ms 328.0 KiB

信息

递交者
类型
递交
题目
P2031 奶酪
语言
C++
递交时间
2019-03-18 21:03:33
评测时间
2019-03-18 21:03:33
评测机
分数
100
总耗时
631ms
峰值内存
352.0 KiB