/ XMU_ACM /

记录详情

Wrong Answer

foo.cc: In function 'int main(int, const char**)':
foo.cc:81: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:84: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:87:20: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d", &k);
                    ^
foo.cc:90: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:45:45.795Z","handle":"2020-05-11T12:45:45.795Z","cache_start":"2020-05-11T12:45:45.805Z","read_cases":"2020-05-11T12:45:45.934Z","judge":"2020-05-11T12:45:45.936Z","done":"2020-05-11T12:45:49.721Z"}
# 状态 耗时 内存占用
#1 Accepted 183ms 7.906 MiB
#2 Accepted 27ms 1.832 MiB
#3 Accepted 42ms 4.297 MiB
#4 Wrong Answer 读取到 0 ,应为 9855 28ms 3.5 MiB
#5 Accepted 53ms 3.953 MiB
#6 Accepted 84ms 4.387 MiB
#7 Accepted 50ms 4.547 MiB
#8 Accepted 85ms 5.922 MiB
#9 Accepted 8ms 796.0 KiB
#10 Accepted 193ms 8.23 MiB

信息

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