记录详情

Wrong Answer

foo.cc: In function 'int main()':
foo.cc:21:116: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[20]' [-Wformat=]
   scanf("%s %lld %lld %c %c %lld", &stu[i].name,&stu[i].score,&stu[i].cla,&stu[i].leader,&stu[i].west,&stu[i].paper);
                                    ~~~~~~~~~~~~                                                                    ^
foo.cc:45:42: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'long long int' [-Wformat=]
  printf("%s\n%ld\n%ld", flag->name, max,z);
                                          ^
foo.cc:45:42: warning: format '%ld' expects argument of type 'long int', but argument 4 has type 'long long int' [-Wformat=]
foo.cc:18:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%lld", &N);
  ~~~~~^~~~~~~~~~~~
foo.cc:21:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%s %lld %lld %c %c %lld", &stu[i].name,&stu[i].score,&stu[i].cla,&stu[i].leader,&stu[i].west,&stu[i].paper);
   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 256.0 KiB
#2 Wrong Answer Read 321850, expect 315050. 1ms 256.0 KiB
#3 Wrong Answer Read 385000, expect 376500. 1ms 256.0 KiB
#4 Wrong Answer Read 312050, expect 311200. 1ms 256.0 KiB
#5 Accepted 1ms 256.0 KiB
#6 Wrong Answer Read 348150, expect 350700. 1ms 256.0 KiB
#7 Wrong Answer Read 321250, expect 324650. 1ms 256.0 KiB
#8 Accepted 1ms 256.0 KiB
#9 Wrong Answer Read 247900, expect 249600. 1ms 256.0 KiB
#10 Wrong Answer Read 349350, expect 351900. 1ms 256.0 KiB

信息

递交者
类型
递交
语言
C++
递交时间
2021-08-15 15:30:14
评测时间
2021-08-15 15:30:14
评测机
分数
30
总耗时
11ms
峰值内存
256.0 KiB