Problem mrt2
User brat
Submission Time 2025-11-04 13:51:29
Score 0
Max Time N/A
Max Memory N/A

Compile Error

mrt2.cpp:18:32: error: stray ‘#’ in program
18 | if(vis[node]) continue;#include <bits/stdc++.h>
| ^
mrt2.cpp: In function ‘void dij()’:
mrt2.cpp:18:33: error: ‘include’ was not declared in this scope
18 | if(vis[node]) continue;#include <bits/stdc++.h>
| ^~~~~~~
mrt2.cpp:18:42: error: ‘bits’ was not declared in this scope
18 | if(vis[node]) continue;#include <bits/stdc++.h>
| ^~~~
mrt2.cpp:18:47: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
18 | if(vis[node]) continue;#include <bits/stdc++.h>
| ^~~~
| std
mrt2.cpp:19:1: error: expected primary-expression before ‘using’
19 | using namespace std;
| ^~~~~
mrt2.cpp:29:11