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