/ 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 221ms 11.809 MiB
#2 Accepted 25ms 1.551 MiB
#3 Accepted 56ms 2.801 MiB
#4 Accepted 30ms 2.426 MiB
#5 Accepted 52ms 3.074 MiB
#6 Accepted 95ms 5.691 MiB
#7 Accepted 56ms 3.023 MiB
#8 Accepted 98ms 5.828 MiB
#9 Accepted 7ms 728.0 KiB
#10 Accepted 220ms 12.996 MiB

信息

递交者
类型
递交
题目
P1008 刘学习的会模糊的卡诺图
语言
C++
递交时间
2021-04-09 22:01:37
评测时间
2021-04-09 22:01:37
评测机
分数
100
总耗时
865ms
峰值内存
12.996 MiB