Problem sum2
User Jaysonwee22
Submission Time 2026-06-25 09:34:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sum2.cpp:2:20: error: expected β€˜;’ before β€˜int’
2 | using namespace std
| ^
| ;
3 | int main(){
| ~~~