Problem addition
User wilson9304
Submission Time 2025-05-28 16:42:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:9:2: error: expected ‘,’ or ‘;’ before ‘std’
9 | std::cout << total;
| ^~~