记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:9:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&k);
  ~~~~~^~~~~~~~~~~~~~
foo.cc:13:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&p,&t);
   ~~~~~^~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 13ms 3.25 MiB
#2 Accepted 7ms 2.996 MiB
#3 Accepted 7ms 3.035 MiB
#4 Accepted 14ms 3.316 MiB
#5 Accepted 10ms 3.145 MiB
#6 Accepted 11ms 3.109 MiB
#7 Accepted 11ms 3.137 MiB
#8 Accepted 5ms 2.949 MiB
#9 Accepted 14ms 3.301 MiB
#10 Accepted 15ms 3.281 MiB

信息

递交者
类型
递交
题目
P1018 打工人
语言
C++
递交时间
2021-02-05 17:36:12
评测时间
2021-02-05 18:32:51
评测机
分数
100
总耗时
112ms
峰值内存
3.316 MiB