Problem | addition |
---|---|
User | Priyankha13 |
Submission Time | 2023-07-10 07:54:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:7:2: error: expected ‘,’ or ‘;’ before ‘int’
7 | int x = 4;
| ^~~
addition.cpp:10:6: error: ‘x’ was not declared in this scope
10 | if (x < min) && (y < min) {
| ^
addition.cpp:10:18: error: expected identifier before ‘(’ token
10 | if (x < min) && (y < min) {
| ^