原创 1093 猴子分桃 tzc

#include<iostream> #include<cmath> using namespace std; int main() { int n; long long int t; while(cin>>n

原创 TypeError: 'str' object is not callable

str已經被定義過一次 點贊 收藏 分享 文章舉報 QQ2472322319 發佈了68 篇原創文章 · 獲贊 1 · 訪問量 7萬+ 私信

原创 第k組孿生素數 tzc

篩選法求素數 #include<cstdio> #include<cstring> #define size 1261000 int main() { bool t[size]; int s[10001],c=0;

原创 Wolf and Rabbit tzc

#include <iostream> #include <stdio.h> using namespace std; int main() { int t,m,n; cin>>t; while(t--)

原创 C++實驗題——大數類 tzc

import java.math.BigInteger; import java.util.Scanner; public class Main{ public static void main(String[] argc) {