prog.cpp: In function ‘void floyd_warshall_optimized()’:
prog.cpp:2:2: error: ‘bitset’ was not declared in this scope
bitset < n+1 > magic;
^~~~~~
prog.cpp:2:11: error: ‘n’ was not declared in this scope
bitset < n+1 > magic;
^
prog.cpp:2:17: error: ‘magic’ was not declared in this scope
bitset < n+1 > magic;
^~~~~