#include using namespace std; int sum[25][25] = {}; int main(){ memset(sum,-1,sizeof(sum)); int n; cin >> n; int x = 1; int y = 0; int c = 0; while(c