文章
83
粉丝
2
获赞
546
访问
28.9k
#include <iostream> using namespace std; int main(){ long long n; while(cin >> n){ cout << n % 3 << endl; } return 0; }
登录后发布评论
暂无评论,来抢沙发