明月AC惊鹊,RE半夜鸣蝉。 OLE里说丰年,听取WA一片。 七八个TLE,两三点MLE。 旧时PC社林边,路转CE忽见。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; int main (){ int fen = rand (0, 100); if (fen == 88) cout << "十年OI一场空,不开long long见祖宗。"; return 0; } ```
看到这一题很多dalao没做出来,本蒟蒻写了一篇,大佬勿喷 ```cpp #include using namespace std; int main (){ int A, B; cin >> A >> B; if (B == 1 || B == 3 || B == 5 || B == 7 || B == 8 || B…
在讨论《60分,求助,回复互关!》回复:
@[_Chronostatis_](luogu://user/768951)@[zheqian3](luogu://user/1384143)多谢大佬指点!互关一下
```cpp #include using namespace std; long long s; int main (){ int n; cin >> n; for (int i = 1; i <= n; i ++) printf ("%d\n", s += i); return 0; } ```
在讨论《80分!求助!AC互关!》回复:
@[Zhang201233](luogu://user/1149892)@[sunruiqi](luogu://user/1388903)AC了,已关,互一下
```cpp #include using namespace std; bool A = true, B = true, C = true; int main (){ int a, b; cin >> a >> b; if (a = b) B = false; if (a == b) C = false; cout…
在讨论《80分,求助!AC互关!》回复:
@[kfc444](luogu://user/766569)不用谢,举手之劳
在讨论《80分,求助!AC互关!》回复:
@[kfc444](luogu://user/766569) 不问人,你觉得本蒟蒻能做出来吗? ```cpp #include using namespace std; int main (){ long double g; scanf ("%20Lf", & g); printf ("%.8Lf", g / 23);…
在讨论《80分,求助!AC互关!》回复:
@[dn2025](luogu://user/1652704)@[kfc444](luogu://user/766569)@[wawatime1](luogu://user/1270926)@[liuyuhan1522](luogu://user/1435840)@[pagepage](luogu://user/174…
```cpp #include using namespace std; int main (){ double g; cin >> g; printf ("%.8lf", g / 23); return 0; } ```
在讨论《80分,求助!AC互关!》回复:
互关一下
在讨论《80分,求助!AC互关!》回复:
@[CSP_S_2023_T2](luogu://user/1239099)@[CR400BF_1145](luogu://user/1029340)@[rzm120412](luogu://user/932210)@[_Drown_](luogu://user/1413256)多谢大佬指点,已关!
```cpp #include using namespace std; struct mingci { string name; int fen; }; bool cmp (mingci x, mingci y) { return x.fen > y.fen; } mingci arr [25]; int main…
在讨论《40分,求助!AC必关!》回复:
@[mdd666](luogu://user/1666611)多谢大佬指点,互关吗
```cpp #include using namespace std; int main (){ string s; cin >> s; char a = s [0]; if (! ((a >= 'A' && a = 'a' && a = 'A' && c = 'a' && c = '0' && c <= '9');…