[ create a new paste ] login | about

pjvangemmeren

Name: Paul van Gemmeren
Email:
Site/Blog:
Location:
Default language: C++
Favorite languages: C++, sarcasm, profanity
About:

Saved pastes by pjvangemmeren:

Perl, pasted on Oct 12:
1
 print+(Fizz)[$_%3].(Buzz)[$_%5]||$_,$/for 1..99999
view (1 line, 12315 lines of output)
C++, pasted on Feb 23:
1
2
3
4
5
#include <iostream>
using namespace std;

int main()
{
...
view (33 lines, 3 lines of output)
C++, pasted on Nov 18:
1
2
3
4
5
#include <iostream>
using namespace std;

int choice1;
char choice2;
...
view (57 lines, 3 lines of output)
C++, pasted on Nov 10:
1
2
3
4
5
#include <iostream>
using namespace std;

char choice;
int main
...
view (7 lines, 2 lines of output)
C++, pasted on Jun 13:
1
2
3
4
5
//A simple five-question quiz.
#include <iostream>
#include <cstring>
#include <vector>
using namespace std;
...
view (138 lines, 22 lines of output)
C++, pasted on Jun 13:
1
2
3
4
5
//A simple five-question quiz.
#include <iostream>
#include <cstring>
#include <vector>
using namespace std;
...
view (138 lines, 2 lines of output)
C++, pasted on May 30:
1
2
3
4
5
#include <iostream>
using namespace std;

int choice;
int backquit;
...
view (88 lines, 11 lines of output)
C++, pasted on May 30:
1
2
3
4
5
#include <iostream>
using namespace std;

int choice = 1;
int backquit = 2;
...
view (88 lines, 17 lines of output)
C++, pasted on May 30:
1
2
3
4
5
#include <iostream>
using namespace std;

int main ()
{
...
view (8 lines, 1 line of output)
C++, pasted on May 29:
1
2
3
4
#include <iostream>
using namespace std;

char choice1;
...
view (26 lines, 3 lines of output)
C++, pasted on May 16:
1
2
3
4
5
#include <iostream>
using namespace std;

int testScore;
char grade;
...
view (12 lines, 2 lines of output)
C++, pasted on May 15:
1
2
3
4
5
#include <iostream>
using namespace std;

int main()
{
...
view (28 lines, 2 lines of output, 1 comment)