Problem brick
User Broompositive
Submission Time 2023-03-24 14:33:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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())
| ^~