[ create a new paste ] login | about

NightLifeLover

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

Saved pastes by NightLifeLover:

C++, pasted on Dec 12:
1
2
3
4
5
#include <cstdio>

#include <algorithm>
#include <vector>
#include <list>
...
view (142 lines, 78 lines of output)
C++, pasted on Dec 12:
1
2
3
4
#include <cstdio>
#include <cstdlib>

#include <iostream>
...
view (66 lines, 47 lines of output)
C++, pasted on Dec 7:
1
2
3
4
5
// My solution for the NestedRandomness problem:
// http://community.topcoder.com/stat?c=problem_statement&pm=3510&rd=6527

class NestedRandomness {
    
...
view (85 lines)