Problem | topical |
---|---|
User | aiden |
Submission Time | 2025-03-19 20:17:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
topical.cpp: In function ‘int main()’:
topical.cpp:13:17: error: expected ‘}’ at end of input
13 | cin >> gain[i];
| ^
topical.cpp:12:24: note: to match this ‘{’
12 | for(int i = 0;i<n;i++){
| ^
topical.cpp:13:17: error: expected ‘}’ at end of input
13 | cin >> gain[i];
| ^
topical.cpp:7:12: note: to match this ‘{’
7 | int main() {
| ^