05 2023 档案
摘要:我刚接触c++,写Hello, World 是这个样子的 #include <bits/stdc++.h> using namespace std; int main() { cout << "Hello, World" << endl; return 0; } 但是一直令我不解的是 using n
阅读全文
摘要:关于这道题我当时大意了 https://www.acwing.com/problem/content/description/4089/ 关于我的某个变量没有初始化这件事,唯一想法,敲死得了,谁懂? 其实就是一道简简单单的数学分析题,和大佬们不一样,萌新只会简简单单的小学数学(本人初二!) 分析走起
阅读全文

浙公网安备 33010602011771号