/ XMU_ACM /

记录详情

Accepted

foo.cc: In function 'int bfs(int, int)':
foo.cc:41:1: warning: no return statement in function returning non-void [-Wreturn-type]
 }
 ^
foo.cc: In function 'int main()':
foo.cc:68:25: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
   if(a[p[i].x][p[i].y]=1) a[p[i].x][p[i].y]=0;
                         ^
foo.cc:58:21: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&n,&m);
                     ^
foo.cc:62:23: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&a[i][j]);
                       ^
foo.cc:64:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&t);
                ^
foo.cc:67:32: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d",&p[i].x,&p[i].y);
                                ^

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-05-13T08:13:10.510Z","handle":"2020-05-13T08:13:10.510Z","cache_start":"2020-05-13T08:13:10.520Z","read_cases":"2020-05-13T08:13:10.668Z","judge":"2020-05-13T08:13:10.670Z","done":"2020-05-13T08:13:14.354Z"}
# 状态 耗时 内存占用
#1 Accepted 105ms 14.219 MiB
#2 Accepted 17ms 1.531 MiB
#3 Accepted 28ms 10.32 MiB
#4 Accepted 38ms 9.562 MiB
#5 Accepted 42ms 6.527 MiB
#6 Accepted 63ms 8.234 MiB
#7 Accepted 48ms 9.191 MiB
#8 Accepted 61ms 13.785 MiB
#9 Accepted 67ms 748.0 KiB
#10 Accepted 114ms 14.383 MiB

信息

递交者
类型
递交
题目
P1008 刘学习的会模糊的卡诺图
语言
C++
递交时间
2020-05-13 16:13:10
评测时间
2020-05-13 16:13:10
评测机
分数
100
总耗时
586ms
峰值内存
14.383 MiB