#include #include struct Point { Point(int xx, int yy) { x = xx; y = yy; } int x, y; }; int main() { int n; while ( std::cin >> n ) { char c[30] = {}; int posx[30]; int posy[30]; for ( int i=0; i > line; for ( int j=0;j max ) { last_max_pos = max_pos; max_pos = i; max = c[i]; }*/ } for ( int i = 0; i<26; i++ ) { if (c[i] == n-1) std::cout << (char)(i + 'A') << std::endl; } } }