HelloWorld 多种语言版本——如何将 HelloWorld 玩到极致
C++ #include <iostream>
using namespace std;
int main()
{
cout << "Hello,World!" << endl;
return 0;
}
Python print("Hello,World!")
Go(Golang
题解
未读
洛谷 P12979 [GCJ 2022 Qualification] Punched Cards 题解
题目 洛谷题目传送门 【P12979】 [GCJ 2022 Qualification] Punched Cards 双倍经验: DMOJ题目传送门 【gcj22qra】 Google Code Jam '22 Qualification Round Problem A - Punched Card
题解
未读
洛谷 SP10509 CRDS - Cards 题解
题目 洛谷 题目传送门:SP10509 CRDS - Cards SPOJ SPOJ题目传送门:CRDS - Cards 正文 这是一个找规律的题目。</