Problem | pokenumbers |
---|---|
User | usernamehere |
Submission Time | 2024-10-10 09:51:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pokenumbers.cpp:13:2: error: invalid preprocessing directive #print
13 | #print(abin2, bbin2)
| ^~~~~
pokenumbers.cpp:1:1: error: ‘a’ does not name a type
1 | a, b = map(int, input().split());
| ^
pokenumbers.cpp:2:1: error: ‘abin’ does not name a type
2 | abin = format(b, 'b');
| ^~~~
pokenumbers.cpp:3:1: error: ‘bbin’ does not name a type
3 | bbin = format(a, 'b');
| ^~~~
pokenumbers.cpp:4:1: error: ‘abin2’ does not name a type
4 | abin2 = "";
| ^~~~~
pokenumbers.cpp:5:1: error: ‘bbin2’ does not name a type
5 | bbin2 = "";
| ^~~~~
pokenumbers.cpp:6:1: error: expected unqualified-id before ‘for’
6 | for c in abin:
| ^~~
pokenumbers.cpp:8:5: error: ‘abin2’ does not name a type
8 | abin2 += "0";
| ^~~~~
pokenumbers.cpp:9:1: error: expected unqualified-id before ‘for’
9 | for c in bbin:
| ^~~
pokenumbers.cpp:11: