记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:11:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d%d",&n,&k);
 ~~~~~^~~~~~~~~~~~~~
foo.cc:14:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d",&c);
 ~~~~~^~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 400.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 3ms 1.125 MiB
#5 Accepted 3ms 424.0 KiB
#6 Accepted 7ms 704.0 KiB
#7 Accepted 11ms 876.0 KiB
#8 Accepted 19ms 1.309 MiB
#9 Accepted 39ms 2.176 MiB
#10 Accepted 61ms 3.242 MiB

信息

递交者
类型
递交
题目
P1105 连续数之和
语言
C++
递交时间
2021-02-03 09:43:44
评测时间
2021-02-03 09:43:44
评测机
分数
100
总耗时
153ms
峰值内存
3.242 MiB