[ create a new paste ] login | about

guddu1996

Name: Rahul Padhy
Email:
Site/Blog:
Location: Rourkela, Odisha, India
Default language: C++
Favorite languages: C++, Python3
About:

Saved pastes by guddu1996:

C++, pasted on Mar 21:
1
2
3
4
5
#include <bits/stdc++.h>
using namespace std;

int main()
{
...
view (48 lines, 1 line of output)
C++, pasted on Jan 10:
1
2
3
4
5
#include <bits/stdc++.h>
using namespace std;
#define max 100000
bool arr[100001];
int sp[100001];
...
view (37 lines, 1 line of output)