Problem | competition |
---|---|
User | MegaG |
Submission Time | 2025-08-29 16:44:29 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
competition.cpp: In function ‘int main()’:
competition.cpp:12:14: error: expected ‘)’ before ‘;’ token
12 | cin.tie(0;
| ~ ^
| )
competition.cpp:27:18: error: expected initializer before ‘)’ token
27 | vector<int> g);
| ^
competition.cpp:31:9: error: ‘gain’ was not declared in this scope; did you mean ‘main’?
31 | gain[i] = A[i] - B[i];
| ^~~~
| main
competition.cpp:34:10: error: ‘g’ was not declared in this scope
34 | sort(g.begin(), g.end(), greater<int>());
| ^