Problem | addition |
---|---|
User | donkeykong |
Submission Time | 2023-04-30 11:15:27 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:6:13: error: expected primary-expression before ‘int’
6 | std:: cout<<int a + int b;
| ^~~