Problem addition
User donkeykong
Submission Time 2023-04-30 11:14:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addition.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
addition.cpp: In function ‘int main()’:
addition.cpp:6:1: error: ‘cout’ was not declared in this scope
6 | cout<<int a + int b;
| ^~~~
addition.cpp:6:7: error: expected primary-expression before ‘int’
6 | cout<<int a + int b;
| ^~~