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