/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:52: warning: variable 'score1_max' set but not used [-Wunused-but-set-variable]
  int sum,n,score1,score2,paper,scholar,scholar_max,score1_max,score2_max,paper_max;
                                                    ^~~~~~~~~~
/in/foo.cc:9:63: warning: variable 'score2_max' set but not used [-Wunused-but-set-variable]
  int sum,n,score1,score2,paper,scholar,scholar_max,score1_max,score2_max,paper_max;
                                                               ^~~~~~~~~~
/in/foo.cc:9:74: warning: variable 'paper_max' set but not used [-Wunused-but-set-variable]
  int sum,n,score1,score2,paper,scholar,scholar_max,score1_max,score2_max,paper_max;
                                                                          ^~~~~~~~~
/in/foo.cc:10:13: warning: variable 'c1_max' set but not used [-Wunused-but-set-variable]
  char c1,c2,c1_max,c2_max;
             ^~~~~~
/in/foo.cc:10:20: warning: variable 'c2_max' set but not used [-Wunused-but-set-variable]
  char c1,c2,c1_max,c2_max;
                    ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 1ms 212.0 KiB
#2 Accepted 1ms 228.0 KiB
#3 Accepted 1ms 216.0 KiB
#4 Accepted 1ms 232.0 KiB
#5 Accepted 1ms 216.0 KiB
#6 Accepted 1ms 228.0 KiB
#7 Accepted 1ms 212.0 KiB
#8 Accepted 1ms 228.0 KiB
#9 Accepted 1ms 216.0 KiB
#10 Accepted 1ms 228.0 KiB

信息

递交者
类型
递交
题目
P1001 谁拿了最多奖学金
语言
C++
递交时间
2020-10-03 22:14:40
评测时间
2020-10-03 22:14:40
评测机
分数
100
总耗时
16ms
峰值内存
232.0 KiB