Search found 1 match

by woljako
Sun Sep 21, 2014 9:52 pm
Forum: Volume 2 (200-299)
Topic: 260 - Il Gioco dell'X
Replies: 19
Views: 9412

Re: 260 - Il Gioco dell'X

Why runtime?

#include<iostream>
#include <stack>
#include<vector>
#include<cstdio>

using namespace std;
vector<unsigned int>czarne[8100];
stack<unsigned int>Q;

int k;
int liczbawejsc =0;
int wyjscielicznik = 1;
string a1,b1;
void in(int wiersze) {
int a,b;
cin >> a1;
int licznik = 1;
for ...

Go to advanced search