Problem robots2
User Huoi
Submission Time 2026-03-10 17:53:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

robots2.cpp:22:49: error: stray ‘#’ in program
22 | if (mask & (1 << (c - 1))) {#include <bits/stdc++.h>
| ^
robots2.cpp: In lambda function:
robots2.cpp:22:50: error: ‘include’ was not declared in this scope
22 | if (mask & (1 << (c - 1))) {#include <bits/stdc++.h>
| ^~~~~~~
robots2.cpp:22:59: error: ‘bits’ was not declared in this scope
22 | if (mask & (1 << (c - 1))) {#include <bits/stdc++.h>
| ^~~~
robots2.cpp:22:64: error: ‘stdc’ was not declared in this scope; did you mean ‘std’?
22 | if (mask & (1 << (c - 1))) {#include <bits/stdc++.h>
| ^~~~
|