| Problem | sum2 |
|---|---|
| User | Hihihihihi |
| Submission Time | 2026-06-25 09:51:33 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
sum2.cpp: In function ‘int main()’:
sum2.cpp:12:25: error: expected ‘;’ before ‘cout’
12 | sort(a.begin(),a.end())
| ^
| ;
13 | cout<<a(0)+a(1)
| ~~~~
sum2.cpp:13:16: error: expected ‘}’ at end of input
13 | cout<<a(0)+a(1)
| ^
sum2.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^