[ create a new paste ] login | about

Link: http://codepad.org/cqrDjyYJ    [ raw code | output | fork ]

C++, pasted on Feb 26:
1
2
3
4
5
6
7
8
9
int main()
{
 int x;
 int y;
 x=2;
 y=3;
 cout<<x<<y;
 return 0;
}


Output:
1
23


Create a new paste based on this one


Comments: