Problem | addition |
---|---|
User | soysauce |
Submission Time | 2024-03-29 11:03:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:13: error: expected initializer before ‘.’ token
4 | long long x.y;
| ^
addition.cpp:5:7: error: ‘x’ was not declared in this scope
5 | cin<<x;
| ^
addition.cpp:6:7: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
6 | cin<<y;
| ^
| yn