Wrong Answer
/in/foo.cc: In function 'int money(int, int, bool, bool, int)':
/in/foo.cc:11:12: warning: comparison of constant '80' with boolean expression is always false [-Wbool-compare]
     if (xs > 80 && xs)sum += 850;
         ~~~^~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:17:34: warning: unused variable 'ans2' [-Wunused-variable]
     int N, sum=0,mon[101], ans1, ans2,id=0;
                                  ^~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1154 谁拿了最多奖学金
 - 语言
 - C++
 - 递交时间
 - 2020-07-19 06:16:28
 - 评测时间
 - 2020-07-19 06:16:28
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 21ms
 - 峰值内存
 - 316.0 KiB