ПЗ
Павел Захаров
Как вернуть программу в начало
#include
#include
#include
using namespace std;
int main(){
int x;
int y;
cin >> x;
cout > y;
cout
#include
#include
#include
using namespace std;
int main(){
int x;
int y;
cin >> x;
cout > y;
cout
while(true)//true можно заменить на условие при выполнении которого будет завершатся программа
{
int x;
int y;
cin >> x;
cout > y;
cout
Епта, учите циклы!
Накрайняк поставь goto в конце для переброса в начало.
либо подробнее объясни, что тебе надо, либо
#include
#include
#include
using namespace std;
int main(){
while( true )
{
int x;
int y;
cin >> x;
cout > y;
cout