Что не так с этим кодом? Нужна помощь!
<pre>#include <iostream> using namespace std; int main () { for( int n; cin>>n; cout<<n*n<< endl ); return 0; } ------------------------------------------------------- Compile it without any question,but when I run the code, just showing up "Press any key to exit" and "Failed to execute " What I have tried: It's just mention in passing in my text book and I tested it out of interest.So,could anyone warmhearted help me?
Richard MacCutchan
Должна быть какая-то разница между тем, что вы разместили здесь, и тем, что вы запускаете.
Member 13239519
О, я изменил компилятор, и он работал хорошо. Это ошибка моего компилятора.Во всяком случае, большое вам спасибо!