1 solutions
-
0
C :
#include<stdio.h> main() { char x,y,z; scanf("%c %c\n%c",&x,&y,&z); printf("%c%c%c\n",z,y,x); }C++ :
#include"stdio.h" int main() { char a,b,n,q,t; scanf("%c%c%c%c",&a,&b,&n,&t); scanf("%c",&q); printf("%c%c%c",q,n,a); }Pascal :
var a,b,c,d:char; begin readln(a,b,c); readln(d); writeln(d,c,a); end.
- 1
Information
- ID
- 17663
- Time
- 1000ms
- Memory
- 128MiB
- Difficulty
- (None)
- Tags
- # Submissions
- 0
- Accepted
- 0
- Uploaded By