文章

7

粉丝

0

获赞

16

访问

758

头像
求S(n) 题解:
P1500
发布于2026年3月14日 20:15
阅读数 154

//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;}

登录查看完整内容


登录后发布评论

1 条评论
太一
2026年3月16日 17:44

int都能过,你自己的代码思路你不知道吗

赞(0)
回复给: