文章
7
粉丝
0
获赞
16
访问
758
//unsigned long long可以通过呀
#include<bits/stdc++.h> using namespace std; int main(){ unsigned long long a; while(cin>>a){ int b=a%3; cout<<b<<endl; } return 0;}
int都能过,你自己的代码思路你不知道吗
登录后发布评论
int都能过,你自己的代码思路你不知道吗