摘要:
1.普通模板 #include<bits/stdc++.h> using namespace std; #define infile "infile.in" #define outfile "outfile.out" #define cin_cout_f #define speedup #undef 阅读全文
posted @ 2025-01-18 12:23
Gavinbeta
阅读(71)
评论(0)
推荐(0)
0.修正记录 2025.01.13发布 2025.08.14修改许多内容 1.前言 最近不是做了个解数独的程序吗,顺便把其中printf彩色打印输出的部分拿出来讲一讲。(其实网上很多文章都有讲这里分享一些其他的使用方法) 2.控制命令 控制命令以\033[开头,以m结尾。 控制命令中,可以添加参数, 阅读全文
#include<bits/stdc++.h> using namespace std; #define infile "infile.in" #define outfile "outfile.out" #ifdef cin_cout_f #define cin _____in_____ #defi 阅读全文