[ create a new paste ] login | about

fenrir

Name:
Email:
Site/Blog: http://fenrir.naruoka.org/
Location:
Default language:
Favorite languages:
About:

Saved pastes by fenrir:

C++, pasted on Feb 25:
1
2
3
4
#include <iostream>
#include <iomanip>

using namespace std;
...
view (48 lines, 2 lines of output)
C++, pasted on Nov 11:
1
2
3
4
#include <iostream>
#include <iomanip>

using namespace std;
...
view (102 lines, 257 lines of output)
C++, pasted on Mar 9:
1
2
3
4
5
#include <iostream>

template <int Variables>
class Table {
  protected:
...
view (82 lines, 8 lines of output)