摘要: 命令行编译:g++ -std=c++11 -O2 -Wall test.cpp -o testThis command produces a binary file test from the source code test.cpp. The compiler follows the C++11 阅读全文
posted @ 2025-04-14 17:00 katago 阅读(11) 评论(0) 推荐(0)
摘要: dp-bitmasks 在中国叫做 状压dphttps://usaco.guide/gold/dp-bitmasks?lang=cpp题目https://cses.fi/problemset/task/1690/#include <bits/stdc++.h> using namespace std 阅读全文
posted @ 2025-04-14 14:26 katago 阅读(14) 评论(0) 推荐(0)