文章
33
粉丝
78
获赞
3
访问
18.4k
#include <stdio.h> #include <iostream> #include <algorithm> using namespace std; int main(){ int n; while(cin >> n){ cout <<((n%3)*(n%3)*(n%3)*(n%3)*(n%3))%3 << endl; } return 0; }
登录后发布评论
暂无评论,来抢沙发