| Problem | sum2 |
|---|---|
| User | uuhhhhhIDK |
| Submission Time | 2026-06-25 09:27:48 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sum2.cpp: In function ‘int main()’:
sum2.cpp:7:27: error: expected ‘,’ or ‘;’ before ‘>>’ token
7 | vector <int> FOOD (x) >> cin;
| ^~
sum2.cpp:8:16: error: overloaded function with no contextual type information
8 | sort(begin.FOOD(), end.FOOD() greater<int>());
| ^~~~
sum2.cpp:8:28: error: overloaded function with no contextual type information
8 | sort(begin.FOOD(), end.FOOD() greater<int>());
| ^~~~
sum2.cpp:10:18: error: expected ‘;’ before ‘}’ token
10 | cout << total
| ^
| ;
11 | }
| ~