Problem | naan |
---|---|
User | ChickenCoder |
Submission Time | 2023-06-23 20:25:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
naan.cpp: In function ‘int main()’:
naan.cpp:60:4: error: ‘assert’ was not declared in this scope
60 | assert(f[i][j].first <= inf);
| ^~~~~~
naan.cpp:2:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
1 | #include <iostream>
+++ |+#include <cassert>
2 | using namespace std;