09 2022 档案
摘要:起点 宏定义 #include <bits/stdc++.h> using namespace std; #define IOS ios::sync_with_stdio(false);cin.tie(0);cout.tie(0 //仅在linux上可以使用 __int128 read() { __
阅读全文
摘要:acm可好玩了(6) 今天我要ak!! 按照题意直接输出就好了 #include <stdio.h> int main() { printf("今天我要AK\n"); } 小A的方程题 给出了三个方程式,只要按照题意,直接模拟带入就行,跟高中的函数套函数差不多,模拟题,注意要保留小数点后三位,对于小
阅读全文
摘要:1 acm可好玩了 题解:直接输出acm可好玩了即可 $code$ #include <stdio.h> int main() { printf("acm可好玩了\n"); } 2 scz的简单十道题 质数的定义是:当且仅当能被$1$#和自己整除的数叫做质数,那么这里两个数字很大,但是$a\time
阅读全文