/ Vijos /

记录详情

Wrong Answer

foo.cc: In function 'bool check(char)':
foo.cc:44:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
foo.cc: In function 'int main()':
foo.cc:47:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d\n",&n,&m);
     ~~~~~^~~~~~~~~~~~~~~~
foo.cc:52:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%c",&a[i][j]);
             ~~~~~^~~~~~~~~~~~~~~
foo.cc:60:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%s",lu);
     ~~~~~^~~~~~~~~
foo.cc:70:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&t);
     ~~~~~^~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 404.0 KiB
#2 Accepted 1ms 440.0 KiB
#3 Accepted 2ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 408.0 KiB
#6 Wrong Answer Read 0, expect 100. 2ms 416.0 KiB
#7 Accepted 2ms 404.0 KiB
#8 Accepted 2ms 440.0 KiB
#9 Accepted 2ms 396.0 KiB
#10 Accepted 2ms 436.0 KiB
#11 Accepted 2ms 404.0 KiB
#12 Accepted 2ms 448.0 KiB
#13 Accepted 2ms 408.0 KiB
#14 Wrong Answer Read 55555~~, expect 10. 1ms 428.0 KiB
#15 Accepted 3ms 384.0 KiB

信息

递交者
类型
递交
题目
P1365 偷看漫画(1)
语言
C++
递交时间
2021-09-05 16:08:23
评测时间
2021-09-05 16:08:23
评测机
分数
90
总耗时
34ms
峰值内存
448.0 KiB