Programming Solution
Tuesday, 21 April 2020
UVA 260 - Il Gioco dell'X Solution
›
#include<bits/stdc++.h> using namespace std; #define MAX 1111 int color[MAX][MAX],n; char mat[MAX][MAX]; int X[6]= {-1,-1,0,0,1,...
Saturday, 28 March 2020
Codeforces Round #629 (Div. 3)/B. K-th Beautiful String/ Solution
›
B. K-th Beautiful String time limit per test 1 second memory limit per test 256 megabytes input standard input output st...
›
Home
View web version