3 solutions
- 1
Information
- ID
- 471
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- 1
- Tags
- # Submissions
- 147
- Accepted
- 105
- Uploaded By
#include <bits/stdc++.h> using namespace std;
int main() { int a; cin >> a; cout << char(a); return 0; }
#include <bits/stdc++.h> using namespace std;
int main() { int a; cin >> a; cout << char(a); return 0; }