记录详情

Accepted

foo.cc: In function 'void scanff()':
foo.cc:58:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d", &N, &M);
  ~~~~~^~~~~~~~~~~~~~~~
foo.cc:61:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d%d", &x, &y, &z);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 292.0 KiB
#2 Accepted 1ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 8ms 664.0 KiB
#5 Accepted 6ms 3.293 MiB
#6 Accepted 6ms 3.285 MiB
#7 Accepted 56ms 24.488 MiB
#8 Accepted 54ms 24.484 MiB
#9 Accepted 558ms 385.164 MiB
#10 Accepted 548ms 385.184 MiB

信息

递交者
类型
递交
题目
P1004 小m的刷子
语言
C++
递交时间
2021-01-27 16:41:10
评测时间
2021-01-27 16:41:10
评测机
分数
100
总耗时
1243ms
峰值内存
385.184 MiB