/ XMU_ACM /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:23: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:38:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &k);
  ~~~~~^~~~~~~~~~
foo.cc:42:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d", &a, &b);
   ~~~~~^~~~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 183ms 9.711 MiB
#2 Accepted 20ms 1.113 MiB
#3 Accepted 38ms 2.266 MiB
#4 Accepted 28ms 2.125 MiB
#5 Accepted 49ms 2.211 MiB
#6 Accepted 88ms 4.605 MiB
#7 Accepted 49ms 2.344 MiB
#8 Accepted 85ms 4.848 MiB
#9 Accepted 7ms 556.0 KiB
#10 Accepted 198ms 10.738 MiB

信息

递交者
类型
递交
题目
P1008 刘学习的会模糊的卡诺图
语言
C++
递交时间
2021-04-14 14:47:38
评测时间
2021-04-14 14:47:38
评测机
分数
100
总耗时
750ms
峰值内存
10.738 MiB