/ XMU_ACM /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:23:6: warning: unused variable 'dir' [-Wunused-variable]
  int dir[4] = { -1,1,-m,m };
      ^~~
foo.cc:22: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 272ms 9.77 MiB
#2 Accepted 37ms 1.09 MiB
#3 Accepted 59ms 2.293 MiB
#4 Accepted 42ms 2.109 MiB
#5 Accepted 80ms 2.145 MiB
#6 Accepted 135ms 4.582 MiB
#7 Accepted 76ms 2.184 MiB
#8 Accepted 135ms 4.883 MiB
#9 Accepted 12ms 576.0 KiB
#10 Accepted 298ms 10.73 MiB

信息

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