fork download
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main() {
  5. bool tak,nie;
  6. cin>>bool;
  7. cout<<"CZY PAULA TO GEY";
  8. if (tak) cout<<"DOWN";
  9. else cout<<"KLAMIESZ;"
  10. }
  11.  
Compilation error #stdin compilation error #stdout 0s 4536KB
stdin
Standard input is empty
compilation info
prog.cpp: In function ‘int main()’:
prog.cpp:6:6: error: expected primary-expression before ‘bool’
 cin>>bool;
      ^~~~
prog.cpp:9:24: error: expected ‘;’ before ‘}’ token
  else cout<<"KLAMIESZ;"
                        ^
                        ;
 }
 ~                       
stdout
Standard output is empty