Problem | addition |
---|---|
User | liuenming0526 |
Submission Time | 2024-02-16 15:11:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp:1:2: error: invalid preprocessing directive #integer
1 | #integer <bits/stdc++.h>
| ^~~~~~~
addition.cpp:2:20: error: expected ‘;’ before ‘int32_t’
2 | using namespace std
| ^
| ;
3 | #define int long long
4 | int32_t main()
| ~~~~~~~
addition.cpp:4:2: error: ‘int32_t’ does not name a type
4 | int32_t main()
| ^~~~~~~