Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:5:10: warning: unused variable 'c' [-Wunused-variable]
  int a,b,c,d,e,f,g,h;
          ^
/in/foo.cc:5:12: warning: unused variable 'd' [-Wunused-variable]
  int a,b,c,d,e,f,g,h;
            ^
/in/foo.cc:5:14: warning: unused variable 'e' [-Wunused-variable]
  int a,b,c,d,e,f,g,h;
              ^
/in/foo.cc:5:16: warning: unused variable 'f' [-Wunused-variable]
  int a,b,c,d,e,f,g,h;
                ^
/in/foo.cc:5:18: warning: unused variable 'g' [-Wunused-variable]
  int a,b,c,d,e,f,g,h;
                  ^
/in/foo.cc:5:20: warning: unused variable 'h' [-Wunused-variable]
  int a,b,c,d,e,f,g,h;
                    ^
# 状态 耗时 内存占用
#1 Accepted 1ms 376.0 KiB
#2 Accepted 1ms 376.0 KiB
#3 Accepted 1ms 376.0 KiB
#4 Wrong Answer 1ms 376.0 KiB
#5 Accepted 1ms 324.0 KiB

信息

递交者
类型
递交
题目
P1714 有一门课不及格的学生
语言
C++
递交时间
2024-11-02 23:14:36
评测时间
2024-11-02 23:14:36
评测机
分数
80
总耗时
8ms
峰值内存
376.0 KiB