Problem caesarcats
User dong
Submission Time 2026-06-23 16:20:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

caesarcats.cpp: In function ‘int main()’:
caesarcats.cpp:2:5: error: ‘ios’ has not been declared
2 | ios::sync_with_stdio(false);
| ^~~
caesarcats.cpp:3:5: error: ‘cin’ was not declared in this scope
3 | cin.tie(nullptr);
| ^~~
caesarcats.cpp:6:5: error: ‘string’ was not declared in this scope
6 | string S;
| ^~~~~~
caesarcats.cpp:7:22: error: ‘S’ was not declared in this scope
7 | cin >> N >> K >> S;
| ^
caesarcats.cpp:12:9: error: ‘cout’ was not declared in this scope
12 | cout << shifted;
| ^~~~
caesarcats.cpp:14:5: error: ‘cout’ was not declared in this scope
14 | cout << "\n";
| ^~~~