| Problem | addition |
|---|---|
| User | BeadyHawk |
| Submission Time | 2023-09-20 15:45:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:3:7: error: expected initializer before ‘<=’ token
3 | int a<=10^18
| ^~
addition.cpp:6:16: error: expected ‘}’ at end of input
6 | std::cout <<x;
| ^
addition.cpp:2:13: note: to match this ‘{’
2 | int main () {
| ^