Problem | addition |
---|---|
User | christal |
Submission Time | 2023-12-04 15:18:07 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:1:11: error: #include expects "FILENAME" or <FILENAME>
1 | # include bits/stdc++.h>
| ^~~~
addition.cpp:2:1: error: ‘define’ does not name a type
2 | define int long long
| ^~~~~~
addition.cpp: In function ‘int main()’:
addition.cpp:7:2: error: ‘cin’ was not declared in this scope
7 | cin >> a >> b;
| ^~~
addition.cpp:8:2: error: ‘cout’ was not declared in this scope
8 | cout << a+b;
| ^~~~