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