Information
- ID
- 1253
- Time
- 1000ms
- Memory
- 64MiB
- Difficulty
- 9
- Tags
- # Submissions
- 11
- Accepted
- 4
- Uploaded By
#include <bits/stdc++.h> using namespace std; int main() { char b[4]; for(int i = 0;i < 4;i++) { cin >> b[i]; } for(int i = 0;i < 4;i++) { cout << b[i] << " "; } return 0; }
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.