Untitled
unknown
plain_text
4 years ago
148 B
4
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;
}