Problem goombatower
User dacashew
Submission Time 2023-12-18 11:47:58
Score 0
Max Time N/A
Max Memory N/A

Compile Error

goombatower.cpp:86:12: error: ambiguating new declaration of ‘long long int input()’
86 | inline int input(){
| ^~~~~
goombatower.cpp:82:13: note: old declaration ‘char input()’
82 | inline char input(){
| ^~~~~
goombatower.cpp:63:18: error: ‘long long’ specified with ‘void’
63 | #define int long long
| ^~~~
goombatower.cpp:99:1: note: in expansion of macro ‘int’
99 | int void print(int x){
| ^~~