/ OPS /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:9: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:19:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&p[i]);
                          ^
# 状态 耗时 内存占用
#1 Accepted 0ms 204.0 KiB
#2 Accepted 0ms 204.0 KiB
#3 Accepted 1ms 204.0 KiB
#4 Accepted 1ms 588.0 KiB
#5 Accepted 2ms 332.0 KiB
#6 Accepted 7ms 1.074 MiB
#7 Accepted 12ms 1.656 MiB
#8 Accepted 16ms 2.18 MiB
#9 Accepted 45ms 5.926 MiB
#10 Accepted 73ms 9.773 MiB

信息

递交者
类型
递交
题目
P3107 连续数之和
语言
C++
递交时间
2020-08-14 21:31:01
评测时间
2020-08-14 21:31:01
评测机
分数
100
总耗时
162ms
峰值内存
9.773 MiB