题解列表

筛选

小白,看看就行,不动脑袋

摘要:解题思路:注意事项:参考代码#include<iostream>#include<string>using namespace std;int main(){    string s;    cin>……

题解 2515: 转圈游戏

摘要:解题思路:注意事项:参考代码:#include <stdio.h>typedef long long LL;LL quick(LL a,LL b,LL m){    if(b==0)        r……

大数Python写

摘要:参考代码:while True:     n=int(input())     if n==0:         break     else:         if n%17==0: