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