0_0_39461908_29891.cpp: In function 'int main()':
0_0_39461908_29891.cpp:14:17: error: 'else' without a previous 'if'
14 | else if (n == 2) cout << 26 * 26 << endl;
| ^~~~
0_0_39461908_29891.cpp:15:17: error: 'else' without a previous 'if'
15 | else if (n == 3) cout << 26 * 26 * 26 << endl;
| ^~~~
0_0_39461908_29891.cpp:16:17: error: 'else' without a previous 'if'
16 | else cout << 26 * 25 * 24 << endl;
| ^~~~
|