主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
hellokitty1679
TA的个人主页 >
关注
发消息
文章
19
粉丝
47
获赞
0
访问
11.8k
求S(n) 题解:C
hellokitty1679
P1500
发布于2024年8月17日 23:21
阅读数 327
#include<stdio.h>
#include<math.h>
int main(void)
{
int n,SN;
while(scanf("%d",&n)!=EOF)
{SN=pow((n%3),5);
printf("%d\n",SN%3);
}
return 0;
}
登录查看完整内容
赞同
登录后发布评论
暂无评论,来抢沙发
登录后发布评论
暂无评论,来抢沙发