Untitled
unknown
plain_text
3 years ago
148 B
2
Indexable
#include <stdio.h> int main(void) { int A=0; scanf("%d",&A); int B=A/10+(A%10)*1000; printf("%d",A+B); return 0; }
Editor is loading...
#include <stdio.h> int main(void) { int A=0; scanf("%d",&A); int B=A/10+(A%10)*1000; printf("%d",A+B); return 0; }