Wrong Answer

foo.cc: In function 'int main()':
foo.cc:5:8: warning: variable 'b' set but not used [-Wunused-but-set-variable]
    5 |  int a,b,c,d,e;
      |        ^
foo.cc:5:10: warning: variable 'c' set but not used [-Wunused-but-set-variable]
    5 |  int a,b,c,d,e;
      |          ^
foo.cc:5:12: warning: variable 'd' set but not used [-Wunused-but-set-variable]
    5 |  int a,b,c,d,e;
      |            ^
foo.cc:5:14: warning: unused variable 'e' [-Wunused-variable]
    5 |  int a,b,c,d,e;
      |              ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Wrong Answer Read No, expect Yes. 2ms 384.0 KiB
#2 Accepted 3ms 384.0 KiB

信息

递交者
类型
递交
语言
C++
递交时间
2022-07-08 12:49:23
评测时间
2022-07-08 12:49:23
评测机
分数
20
总耗时
6ms
峰值内存
384.0 KiB