#include <cstdio> using namespace std; int N; // using global variables in contests can be a good strategy char x[110]; // make it a habit to set array size a ...
確定! 回上一頁