Problem | addition |
---|---|
User | Runjia |
Submission Time | 2025-02-08 10:16:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:4:2: error: expected initializer before ‘long’
4 | long long b
| ^~~~
addition.cpp:6:12: error: ‘b’ was not declared in this scope
6 | std::cin>>b;
| ^
addition.cpp:7:14: error: ‘a’ was not declared in this scope
7 | long long x=a+b;
| ^