/ 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 163ms 17.324 MiB
#2 Accepted 23ms 2.863 MiB
#3 Accepted 42ms 11.262 MiB
#4 Accepted 34ms 9.621 MiB
#5 Accepted 58ms 8.602 MiB
#6 Accepted 77ms 10.031 MiB
#7 Accepted 49ms 10.898 MiB
#8 Accepted 84ms 15.461 MiB
#9 Accepted 8ms 1.145 MiB
#10 Accepted 160ms 17.609 MiB

信息

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