/ XMU_ACM /

记录详情

Wrong Answer

foo.cc: In function 'int main(int, const char**)':
foo.cc:86:26: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d", &n, &m);
                          ^
foo.cc:89:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d", &a[i][j]);
                                  ^
foo.cc:92:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &k);
                    ^
foo.cc:95:30: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d%d", &x, &y);
                              ^

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-05-11T12:40:29.865Z","handle":"2020-05-11T12:40:29.865Z","cache_start":"2020-05-11T12:40:29.873Z","read_cases":"2020-05-11T12:40:29.983Z","judge":"2020-05-11T12:40:29.984Z","done":"2020-05-11T12:40:32.585Z"}
# 状态 耗时 内存占用
#1 Accepted 128ms 8.016 MiB
#2 Accepted 20ms 2.047 MiB
#3 Accepted 31ms 4.297 MiB
#4 Wrong Answer 读取到 9855 ,应为 9856 18ms 3.59 MiB
#5 Accepted 38ms 3.949 MiB
#6 Accepted 54ms 4.387 MiB
#7 Accepted 35ms 4.547 MiB
#8 Accepted 55ms 5.93 MiB
#9 Accepted 6ms 684.0 KiB
#10 Accepted 124ms 8.211 MiB

信息

递交者
类型
递交
题目
P1008 刘学习的会模糊的卡诺图
语言
C++
递交时间
2020-05-11 20:40:29
评测时间
2020-05-11 20:40:29
评测机
分数
90
总耗时
514ms
峰值内存
8.211 MiB