fork download
  1. #include <iostream>
  2.  
  3. using namespace std;
  4.  
  5. int main() {
  6. While (1)
  7. {cout<<"Люблю тебя моя прелесть";}
  8. return 0;
  9. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp: In function ‘int main()’:
prog.cpp:6: error: ‘While’ was not declared in this scope
prog.cpp:7: error: expected `;' before ‘{’ token
stdout
Standard output is empty