java笔试题回文子串-cheat-sheet:ACMICPC的C++备忘单

时间:2024-07-07 06:51:59
【文件属性】:

文件名称:java笔试题回文子串-cheat-sheet:ACMICPC的C++备忘单

文件大小:246KB

文件格式:ZIP

更新时间:2024-07-07 06:51:59

系统开源

java笔试题回文子串ACM-ICPC 备忘单 Orange Juice 情報 生成的目录 1. 基础 1.1 C++解决方案模板 # include < bits/stdc++.h > # define DEBUG false # define OJ_DEBUG # define $(x) {if (DEBUG) {cout << __LINE__ << ": "; {x} cout << endl;}} # define _ ( x ) {cout << #x << " = " << x << " " ;} const double E = 1e-8 ; const double PI = acos(- 1 ); using namespace std ; int main () { ios::sync_with_stdio ( false ); } 1.1.1 可选的包含列表 没有bits/stdc++.h # include < iostream > # include < cstring > # include < cmath > # include < algorithm


【文件预览】:
cheat-sheet-master
----README.md(149KB)
----theoretical_computer_science_cheat_sheet.pdf(154KB)
----README_Reduced.md(119KB)
----sources()
--------.gitignore(6B)
--------bigint.cc(5KB)
--------get_prime_factor.cpp(707B)
--------strings.in(21B)
--------network_flow_maximun_flow_Dinic.cpp(5KB)
--------euclidean_algorithm_extend_Linear_congruence_equation.cpp(1KB)
--------Matrix_class.cpp(4KB)
--------point.cc(2KB)
--------power_modulo.cc(1KB)
--------vector.cc(330B)
--------segment_tree_2.cc(4KB)
--------segment_tree.cc(4KB)
--------maximum_bipartite_matching.cpp(4KB)
--------struct.cc(1KB)
--------hash_map.cc(2KB)
--------teamplate.cc(1KB)
--------cantor_expansion.cpp(2KB)
--------euclidean_algorithm_extend.cpp(3KB)
--------strings.cc(403B)
--------minimum_spanning_tree_prim_V2.cpp(4KB)
--------list.cc(296B)
--------convex_hull_GrahamsScan.cpp(7KB)
--------euclidean_algorithm_extend_chinese_reminder_theory.cpp(4KB)
--------minimum_spanning_tree_Kruskal.cpp(4KB)

网友评论