| Problem | sum2 |
|---|---|
| User | Hihihihihi |
| Submission Time | 2026-06-25 09:51:47 |
| 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);
| ~~~~