Runtime Error
foo.cc: In function 'int main()': foo.cc:13:33: warning: statement has no effect [-Wunused-value] 13 | if(c[i]>90) h[i]==h[i]+2000; | ~~~~^~~~~~~~~~~ foo.cc:5:19: warning: 'a' is used uninitialized [-Wuninitialized] 5 | string b[a],e[a],f[a]; | ^ foo.cc:4:13: note: 'a' declared here 4 | int a,i=0,sum=0,max=0,x; | ^ foo.cc:4:31: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized] 4 | int a,i=0,sum=0,max=0,x; | ^
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 递交
- 题目
- P1001 谁拿了最多奖学金
- 语言
- C++
- 递交时间
- 2022-08-16 01:17:01
- 评测时间
- 2022-08-16 01:17:01
- 评测机
- 分数
- 0
- 总耗时
- 21ms
- 峰值内存
- 384.0 KiB