-
个人简介
#include<bits/stdc++.h> using namespace std;
void read(){ int f = 1, x = 0; char ch = getchar(); while (ch < '0' || ch > '9') { if (ch == '-') f = -1; ch = getchar(); } while (ch >= '0' && ch <= '9') { x = x * 10 + ch -= '0'; ch = getchar(); } }
int main{ puts("Ciallo~ <3 Here is Kito_Cedon"); return 0; }
//不扯了) //2020 1班<原7班>
-
通过的题目
-
最近活动
-
最近编写的题解
This person is lazy and didn't write any solutions.
题目标签
- 入门题
- 19
- 一本通
- 2
- NOIP
- 1
- Python算法进阶
- 1