/ XMU_ACM /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:14: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:19:9: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
    scanf("%d", &map[i][j]);
    ~~~~~^~~~~~~~~~~~~~~~~~
foo.cc:24:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d", &k);
  ~~~~~^~~~~~~~~~
foo.cc:28: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 174ms 17.387 MiB
#2 Accepted 24ms 2.723 MiB
#3 Accepted 52ms 11.344 MiB
#4 Accepted 27ms 9.602 MiB
#5 Accepted 52ms 8.609 MiB
#6 Accepted 78ms 10.027 MiB
#7 Accepted 50ms 10.91 MiB
#8 Accepted 87ms 15.469 MiB
#9 Accepted 8ms 1.27 MiB
#10 Accepted 163ms 17.617 MiB

信息

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