Problem littlejohnny6
User TheMuffinMan2472
Submission Time 2026-05-27 20:43:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

littlejohnny6.cpp: In function ‘void solve()’:
littlejohnny6.cpp:3:7: error: ‘cin’ is not a member of ‘std’
3 | std::cin>>N;
| ^~~
littlejohnny6.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | void solve(){
littlejohnny6.cpp:5:4: error: ‘finish_pooping’ was not declared in this scope
5 | finish_pooping()
| ^~~~~~~~~~~~~~
littlejohnny6.cpp:8:8: error: ‘wipe’ was not declared in this scope
8 | if (wipe()=="white"){
| ^~~~
littlejohnny6.cpp:12:3: error: ‘finish_pooping’ was not declared in this scope
12 | finish_pooping()
| ^~~~~~~~~~~~~~