/ 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 1ms 384.0 KiB
#2 Accepted 1ms 512.0 KiB
#3 Accepted 2ms 512.0 KiB
#4 Accepted 2ms 768.0 KiB
#5 Accepted 53ms 3.375 MiB
#6 Accepted 110ms 9.867 MiB
#7 Accepted 48ms 3.871 MiB
#8 Accepted 160ms 12.742 MiB
#9 Accepted 239ms 13.621 MiB
#10 Accepted 603ms 29.867 MiB

信息

递交者
类型
递交
题目
P1581 多米诺骨牌
语言
C++
递交时间
2022-07-18 16:24:40
评测时间
2022-07-18 16:24:40
评测机
分数
100
总耗时
1223ms
峰值内存
29.867 MiB