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 Alex ( 17 years ago )
// project created on 08.02.2009 at 16:31
#include <iostream>
using namespace std;
int main()
{
int A;
cout << "How??";
cin >> A;
cout << "
A is" << A;
return 0;
}
Revise this Paste