/ 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:39:48.914Z","handle":"2020-05-11T12:39:48.914Z","cache_start":"2020-05-11T12:39:48.924Z","read_cases":"2020-05-11T12:39:49.648Z","judge":"2020-05-11T12:39:49.648Z","done":"2020-05-11T12:39:52.429Z"}
# 状态 耗时 内存占用
#1 Accepted 122ms 7.938 MiB
#2 Accepted 17ms 2.121 MiB
#3 Accepted 28ms 4.293 MiB
#4 Wrong Answer 读取到 9855 ,应为 9856 19ms 3.5 MiB
#5 Accepted 35ms 3.887 MiB
#6 Accepted 56ms 4.387 MiB
#7 Accepted 35ms 4.547 MiB
#8 Accepted 65ms 5.922 MiB
#9 Accepted 5ms 792.0 KiB
#10 Accepted 119ms 8.199 MiB

信息

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