/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:22: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:23:62: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     for(i=1;i<=m;i++) scanf("%d%d%d",&w[i].b,&w[i].e,&w[i].t);
                                                              ^
/in/foo.cc:42:20: warning: ignoring return value of 'int system(const char*)', declared with attribute warn_unused_result [-Wunused-result]
     system("pause");
                    ^
# 状态 耗时 内存占用
#1 Accepted 2ms 356.0 KiB
#2 Accepted 5ms 460.0 KiB
#3 Accepted 3ms 320.0 KiB
#4 Accepted 7ms 512.0 KiB
#5 Accepted 3ms 376.0 KiB
#6 Accepted 4ms 512.0 KiB
#7 Accepted 3ms 640.0 KiB
#8 Accepted 3ms 376.0 KiB
#9 Accepted 4ms 512.0 KiB
#10 Accepted 2ms 504.0 KiB

信息

递交者
类型
递交
题目
P1589 笨笨的西瓜种植
语言
C++
递交时间
2017-04-08 10:50:35
评测时间
2017-04-08 10:50:35
评测机
分数
100
总耗时
39ms
峰值内存
640.0 KiB