找规律题目
问5的n次方后两位是多少
嗯……
好水……
#include<stdio.h>
#include<string.h>
int main() {
char s[100];
while(scanf("%s",s)!=EOF) {
if(strcmp(s,"1")==0)
printf("5\n");
else
printf("25\n");
}
return 0;
}
找规律题目
问5的n次方后两位是多少
嗯……
好水……
#include<stdio.h>
#include<string.h>
int main() {
char s[100];
while(scanf("%s",s)!=EOF) {
if(strcmp(s,"1")==0)
printf("5\n");
else
printf("25\n");
}
return 0;
}
lucky numbers 也就是只包含7或...
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M