[ create a new paste ] login | about

pritee4584

Name:
Email:
Site/Blog:
Location:
Default language:
Favorite languages:
About:

Saved pastes by pritee4584:

C, pasted on Feb 27:
1
int p = 1;
view (1 line, 2 lines of output)
C++, pasted on Feb 26:
1
2
3
4
5
#include <iostream>
#include<string>

int main()
{
...
view (18 lines, 3 lines of output)