/ TYWZ /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:29:25: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'int*' [-Wformat=]
   scanf("%lld",&c[i].val);
                         ^
/in/foo.cc:82:24: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   printf("%d\n",C[x][y]);
                        ^
# 状态 耗时 内存占用
#1 Accepted 2ms 4.32 MiB
#2 Accepted 2ms 332.0 KiB
#3 Accepted 3ms 4.324 MiB
#4 Accepted 34ms 6.066 MiB
#5 Accepted 33ms 2.477 MiB
#6 Accepted 35ms 6.227 MiB
#7 Accepted 145ms 4.02 MiB
#8 Accepted 145ms 7.125 MiB
#9 Accepted 143ms 4.023 MiB
#10 Accepted 141ms 7.605 MiB

信息

递交者
类型
递交
题目
P1036 过路费
比赛
20190420高一年级信息学奥赛模拟考(六)
语言
C++
递交时间
2019-04-23 23:16:55
评测时间
2019-04-23 23:16:55
评测机
分数
100
总耗时
687ms
峰值内存
7.605 MiB