Problem sum2
User migueltanpe67
Submission Time 2026-06-25 10:50:45
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum2.cpp: In function ‘int main()’:
sum2.cpp:6:9: error: ‘vec’ was not declared in this scope
6 | sort(vec.begin(),vec.end(),greater<int>());
| ^~~
sum2.cpp:7:17: error: a function-definition is not allowed here before ‘{’ token
7 | int32_t main() {
| ^
sum2.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
sum2.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^