這個家夥不懶,但什麽也沒寫
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《88求调》回复:
能把你代码私发我一下吗,我学学||@[LiuHongshen](luogu://user/1390521)
在讨论《88求调》回复:
谢谢?
我有[0、11、22、66、88](https://www.luogu.com.cn/record/list?pid=P1217&user=2072147)分代码,分别是: ```cpp line-numbers //0 #include using namespace std; bool hw(string n) {…
在讨论《数据过水》回复:
```cpp #include using namespace std; bool check(int A, int B, int C) { bool used[10] = {false}; while (A > 0) { int digit = A % 10; if (digit == 0) return false…
在讨论《数据过水》回复:
最后我过了
[40分的代码](https://www.luogu.com.cn/record/262397366): ``` #include using namespace std; int main() { cout << "No!!!" << endl; return 0; } ```