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