/ Vijos /

记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:14:21: warning: suggest parentheses around '+' inside '<<' [-Wparentheses]
   14 |         int O=1<<r-l+1;--O;
      |                  ~~~^~
foo.cc:21:23: warning: suggest parentheses around '-' inside '<<' [-Wparentheses]
   21 |             int x=1<<r-j,c1=ch[i][j],c2=ch[i][j-1],c3=ch[i-1][j];
      |                      ~^~
foo.cc:11:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   11 |     int n,m;scanf("%d%d",&n,&m);
      |             ~~~~~^~~~~~~~~~~~~~
foo.cc:12:31: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   12 |     for(int i=1;i<=n;i++)scanf("%s",ch[i]+1);//printf("%d\n",clock());
      |                          ~~~~~^~~~~~~~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 396.0 KiB
#2 Accepted 2ms 512.0 KiB
#3 Accepted 2ms 512.0 KiB
#4 Accepted 3ms 640.0 KiB
#5 Accepted 74ms 3.375 MiB
#6 Accepted 135ms 9.863 MiB
#7 Accepted 51ms 3.867 MiB
#8 Accepted 139ms 12.742 MiB
#9 Accepted 218ms 13.746 MiB
#10 Accepted 842ms 29.867 MiB

信息

递交者
类型
递交
题目
P1581 多米诺骨牌
语言
C++
递交时间
2021-12-29 18:55:21
评测时间
2021-12-29 18:55:21
评测机
分数
100
总耗时
1473ms
峰值内存
29.867 MiB