Problem sheepishprogrammer
User ethantanaki
Submission Time 2026-05-28 00:54:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sheepishprogrammer.cpp: In function ‘int main()’:
sheepishprogrammer.cpp:2:2: error: ‘ios’ has not been declared
2 | ios::sync_with_stdio(0);
| ^~~
sheepishprogrammer.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin.tie(0);
| ^~~