记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:43:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &t);
  ~~~~~^~~~~~~~~~
foo.cc:47:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%lld + %lld = ?", &a, &b);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~
识别到10个测试点
# 状态 耗时 内存占用
#1 Accepted 2ms 644.0 KiB
#2 Accepted 2ms 616.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 4ms 632.0 KiB
#5 Accepted 2ms 384.0 KiB
#6 Accepted 62ms 3.367 MiB
#7 Accepted 64ms 3.281 MiB
#8 Accepted 12ms 1.848 MiB
#9 Accepted 66ms 4.199 MiB
#10 Accepted 74ms 3.312 MiB

信息

递交者
类型
递交
语言
C++
递交时间
2020-10-28 16:07:15
评测时间
2020-10-28 19:58:24
评测机
分数
100
总耗时
294ms
峰值内存
4.199 MiB