#include <stdio.h>
void main()
{
int a,b,c,d,e,f;
printf("分数:");
scanf("%d%d%d%d%d",&a,&b,&c,&d,&e);
f=a+b+c+d+e;
printf("总分=%d",f);
system("pause");
}
#include <stdio.h>
void main()
{
char a,b,c,d,e;
scanf("%c%c%c%c%c",&a,&b,&c,&d,&e);
printf("%c%c%c%c%c",a+4,b+4,c+4,d+4,e+4);
system("pause");
}
#include <stdio.h>
void main()
{
int a;
scanf("%d",&a);
printf("%d",a/100+(a/10-a/100*10)*10+(a-a/10*10)*100);
system("pause");
}
void main()
{
int a,b,c,d,e,f;
printf("分数:");
scanf("%d%d%d%d%d",&a,&b,&c,&d,&e);
f=a+b+c+d+e;
printf("总分=%d",f);
system("pause");
}
#include <stdio.h>
void main()
{
char a,b,c,d,e;
scanf("%c%c%c%c%c",&a,&b,&c,&d,&e);
printf("%c%c%c%c%c",a+4,b+4,c+4,d+4,e+4);
system("pause");
}
#include <stdio.h>
void main()
{
int a;
scanf("%d",&a);
printf("%d",a/100+(a/10-a/100*10)*10+(a-a/10*10)*100);
system("pause");
}