/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'long long int front()':
/in/foo.cc:49:8: warning: unused variable 'temp' [-Wunused-variable]
     ll temp = 0 ;
        ^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:124:23: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%ld\n",tot) ;
                       ^
# 状态 耗时 内存占用
#1 Accepted 3ms 324.0 KiB
#2 Accepted 1ms 192.0 KiB
#3 Accepted 1ms 184.0 KiB
#4 Accepted 2ms 208.0 KiB
#5 Accepted 2ms 312.0 KiB
#6 Accepted 2ms 320.0 KiB
#7 Accepted 3ms 328.0 KiB
#8 Accepted 3ms 320.0 KiB
#9 Accepted 3ms 312.0 KiB
#10 Accepted 3ms 336.0 KiB

信息

递交者
类型
递交
题目
P1097 合并果子
语言
C++
递交时间
2018-12-09 01:21:30
评测时间
2018-12-09 01:21:48
评测机
分数
100
总耗时
27ms
峰值内存
336.0 KiB