/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:59:24: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&n,&m);
                        ^
/in/foo.cc:61:25: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
        scanf("%d",&a[i]);
                         ^
/in/foo.cc:66:37: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d%d%d",&t,&x,&y);
                                     ^
# 状态 耗时 内存占用
#1 Accepted 1ms 384.0 KiB
#2 Accepted 7ms 2.5 MiB
#3 Accepted 27ms 2.375 MiB
#4 Accepted 12ms 4.59 MiB
#5 Accepted 77ms 4.5 MiB
#6 Accepted 110ms 25.602 MiB
#7 Accepted 159ms 26.219 MiB
#8 Accepted 160ms 26.375 MiB
#9 Accepted 138ms 26.352 MiB
#10 Accepted 134ms 26.219 MiB

信息

递交者
类型
递交
题目
P1083 小白逛公园
语言
C++
递交时间
2017-04-08 11:32:56
评测时间
2017-04-08 11:35:40
评测机
分数
100
总耗时
830ms
峰值内存
26.375 MiB