Код: Выделить всё
#include<iostream.h>
int main()
{
int firstNumber,secondNumber;
cout<<"pleas enter a big number:";
cin>>firstNumber;
cout<<"\nplease enter a smaller number:";
cin>>secondNumber;
if(firstNumber>secondNumber)
cout<<"\nthanks!\n";
else
cout<<"\nooops.The second is bigger!";
return 0;
}
Загружен 'ntdll.dll', не найдена символическая информация.
Загружен 'C:\WINDOWS\system32\kernel32.dll', не найдена символическая информация.
The thread 0xD30 has exited with code 0 (0x0).
The program 'C:\Program Files\Microsoft Visual Studio\MyProjects\q\Debug\q.exe' has exited with code 0 (0x0).
чего то не хватает или как ))) буду благодарен за любую помощь