Problem badchef
User gohchingjayk
Submission Time 2026-06-22 21:25:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

badchef.cpp: In function ‘int main()’:
badchef.cpp:21:26: error: ‘INF’ was not declared in this scope
21 | vector<int> dist(2*T+1, INF); dist[T] = 0; qs[0].emplace_back(T);
| ^~~