Skip to content

Instantly share code, notes, and snippets.

@NonWhite
NonWhite / gist:6136152
Created August 1, 2013 23:07
uva 10171
#include <iostream>
#include <cstdio>
#include <cstring>
#include <string>
#define f( i , a , b ) for(int i = a ; i < b ; i++)
#define TAM 50
using namespace std ;
int m , n = 30 ;
#include <iostream>
#include <sstream>
#include <bitset>
#include <cstdio>
#include <string>
#include <cstring>
#include <vector>
#include <queue>
#include <stack>
#include <set>
@NonWhite
NonWhite / gist:6191012
Created August 9, 2013 03:41
POJ 2425 [A chess game]
#include <iostream>
#include <sstream>
#include <bitset>
#include <cstdio>
#include <string>
#include <cstring>
#include <vector>
#include <queue>
#include <stack>
#include <set>
@NonWhite
NonWhite / 146
Created August 8, 2014 03:52
ID Codes
#include <iostream>
#include <sstream>
#include <bitset>
#include <cstdio>
#include <string>
#include <cstring>
#include <vector>
#include <queue>
#include <stack>
#include <set>
@NonWhite
NonWhite / 10815
Created August 8, 2014 03:57
Andy's First Dictionary
#include <iostream>
#include <sstream>
#include <bitset>
#include <cstdio>
#include <string>
#include <cstring>
#include <vector>
#include <queue>
#include <stack>
#include <set>
from random import randint
import sys
class Generator :
def __init__( self ) :
self.clearValues()
def clearValues( self ) :
self.setValues()
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.