0_0_15969128_6193.cpp: In function 'void dfs(int)':
0_0_15969128_6193.cpp:40:17: error: 'quot' was not declared in this scope
printf("(");
^
0_0_15969128_6193.cpp:40:28: error: expected ')' before ';' token
printf("(");
^
0_0_15969128_6193.cpp:40:29: error: expected primary-expression before ')' token
printf("(");
^
0_0_15969128_6193.cpp:42:22: error: expected primary-expression before ')' token
printf(")");
^
0_0_15969128_6193.cpp:42:29: error: expected primary-expression before ')' token
printf(")");
^
0_0_15969128_6193.cpp:44:13: error: 'quot' was not declared in this scope
printf("X");
^
0_0_15969128_6193.cpp:44:18: error: 'X' was not declared in this scope
printf("X");
^
0_0_15969128_6193.cpp:44:25: error: expected primary-expression before ')' token
printf("X");
^
0_0_15969128_6193.cpp:47:28: error: expected ')' before ';' token
printf("(");
^
0_0_15969128_6193.cpp:47:29: error: expected primary-expression before ')' token
printf("(");
^
0_0_15969128_6193.cpp:49:22: error: expected primary-expression before ')' token
printf(")");
^
0_0_15969128_6193.cpp:49:29: error: expected primary-expression before ')' token
printf(")");
^
|