/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:55: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:57: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:62: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 2ms 364.0 KiB
#2 Accepted 18ms 2.5 MiB
#3 Accepted 37ms 2.477 MiB
#4 Accepted 20ms 4.625 MiB
#5 Accepted 110ms 4.516 MiB
#6 Accepted 110ms 25.57 MiB
#7 Accepted 167ms 26.207 MiB
#8 Accepted 151ms 26.273 MiB
#9 Accepted 143ms 26.25 MiB
#10 Accepted 145ms 26.211 MiB

信息

递交者
类型
递交
题目
P1083 小白逛公园
语言
C++
递交时间
2017-04-08 11:31:54
评测时间
2017-04-08 11:31:54
评测机
分数
100
总耗时
907ms
峰值内存
26.273 MiB