Problem addictiontoworry
User boaznumberd5555
Submission Time 2024-12-16 11:04:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addictiontoworry.cpp:11:22: error: expected ‘)’ before ‘;’ token
11 | #define int long long;
| ^
addictiontoworry.cpp:12:14: note: in expansion of macro ‘int’
12 | void dfsbruh(int node, int parent,int w){
| ^~~
addictiontoworry.cpp:12:13: note: to match this ‘(’
12 | void dfsbruh(int node, int parent,int w){
| ^
addictiontoworry.cpp:12:18: error: ‘node’ does not name a type
12 | void dfsbruh(int node, int parent,int w){
| ^~~~
addictiontoworry.cpp:12:28: error: ‘parent’ does not name a type
12 | void dfsbruh(int node, int parent,int w){
| ^~~~~~
addictiontoworry.cpp:12:39: error: ‘w’ does not name a type
12 | void dfsbruh(int node, int parent,int w){
| ^
addictiontoworry.cpp:11:22: error: expected ‘)’ before ‘;’ token
11 | #define int long long;