Problem addition
User AwkUngenially
Submission Time 2025-03-30 16:04:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp: In function ‘int main()’:
addition.cpp:7:10: error: expected primary-expression before ‘int’
7 | cout << int x+y;
| ^~~