Problem | mrt |
---|---|
User | louisleehi |
Submission Time | 2022-12-26 12:09:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
mrt.cpp: In function ‘int main()’:
mrt.cpp:4:5: error: ‘ios_base’ has not been declared
4 | ios_base::sync_with_stdio(false);
| ^~~~~~~~
mrt.cpp:5:5: error: ‘cin’ was not declared in this scope
5 | cin.tie(0);
| ^~~
mrt.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | using namespace std;
mrt.cpp:6:5: error: ‘cout’ was not declared in this scope
6 | cout.tie(0);
| ^~~~
mrt.cpp:6:5: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
mrt.cpp:13:38: error: ‘INF’ was not declared in this scope
13 | arr[i][j] = i == j ? 0 : INF;
| ^~~
mrt.cpp:23:29: error: ‘min’ was not declared in this scope; did you mean ‘main’?
23 | arr[i][j] = min(arr[i][j], arr[