Problem | brick |
---|---|
User | Broompositive |
Submission Time | 2023-03-24 14:33:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
brick.cpp:8:11: error: invalid preprocessing directive #print
8 | # print(x)
| ^~~~~
brick.cpp:14:11: error: invalid preprocessing directive #print
14 | # print(x)
| ^~~~~
brick.cpp:17:11: error: invalid preprocessing directive #print
17 | # print(x)
| ^~~~~
brick.cpp:1:1: error: ‘tt’ does not name a type
1 | tt = int(input())
| ^~