Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)

Paste

Pasted as C++ by ol ( 15 years ago )
#include "stdafx.h"
#include <iostream>
#include <locale>
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
 setlocale (LC_CTYPE, "Russian");
 int a,b,c,d,e;
 cout<<"Введите а "<<endl;
 cin>>a;
b=a;
c=(a0-b)/10;
d=(a00-(a0))/100;
e=(a-a00)/1000;
cout<<e<<" "<<d<<" "<<c<<" "<<b<<" "<<endl;
 return 0;
}

 

Revise this Paste

Your Name: Code Language: