努力终究会有收获的,孩子!加油!
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《为啥80分啊,这不合理啊!!!》回复:
求关注
在讨论《为啥80分啊,这不合理啊!!!》回复:
```cpp #include using namespace std; int main(){ int a,b,c,d; cin>>a>>b>>c>>d; int e = (c*60 +d)-(a*60+b); cout <<e/60<<" "<<e%60; return 0; } ```
在讨论《为啥if判断进不去呀?样例输出为7 -40》回复:
@[swsy2345b](luogu://user/1412382)@[huzhongkai](luogu://user/1551094)已关
在讨论《本题MLE战神HHH》回复:
~~?~~我不知道呀?~~真不知道~~
在讨论《本题MLE战神HHH》回复:
全MLE
```cpp #include using namespace std; int main(){ int g; cin>>g; int n; for (int j=0;j >n; pair a[n]; for (int i=0;i >a[i].second>>a[i].first; } if (g-j>1) { got…
```cpp #include using namespace std; int x1,f1,x2,f2; int ansx,ansf; int main(){ cin>>x1>>f1>>x2>>f2; ansx=x2-x1; if (f1>f2) { ansx-1; f2+60; ansf=f2-f1; } else…
在讨论《建议升绿》回复:
同意。125行就60分阿西吧
在讨论《1,4,5,7,8,9,10MLE。其他RE求调必关》回复:
~~我不会~~(真的不会)
在讨论《1,4,5,7,8,9,10MLE。其他RE求调必关》回复:
```cpp using namespace std; #include stack shang; void chu(int beichushu, int chushu) { while (beichushu>=chushu) { int s=beichushu%chushu; shang.push(s); beich…
在讨论《1,4,5,7,8,9,10MLE。其他RE求调必关》回复:
哦谢谢
在讨论《1,4,5,7,8,9,10MLE。其他RE求调必关》回复:
```cpp using namespace std; #include stack shang; void chu(int beichushu, int chushu) { while (beichushu>=chushu) { int s=beichushu%chushu; shang.push(s); beich…
在讨论《1,4,5,7,8,9,10MLE。其他RE求调必关》回复:
0分
```cpp using namespace std; #include stack shang; void chu(int beichushu, int chushu) { while (beichushu>=chushu) { int s=beichushu%chushu; shang.push(s); beich…
在讨论《60分求调》回复:
1,2,3,7,9,10,11。AC其余WA
```cpp // https://www.luogu.com.cn/problem/B3851 #include using namespace std; // 将一行字符串以2位为单位拆分成多个子字符串 vector splite(string s) { vector res; for(int i=0; i cou…
在讨论《求救,用字符串,10pts》回复:
十年OI一场空,不开LongLong见祖宗!!
在讨论《警示后人》回复:
谢谢
在讨论《求改(信息队勿入)不要题解 必关》回复:
60分1
在讨论《求改(信息队勿入)不要题解 必关》回复:
在线等,巨急!
```cpp // https://www.luogu.com.cn/problem/B3851 #include using namespace std; // 将一行字符串以2位为单位拆分成多个子字符串 vector splite(string s) { vector res; for(int i=0; i cou…
在讨论《求答案(不要题解)纯问题》回复:
谢谢已关
在讨论《求答案(不要题解)纯问题》回复:
在线等,挺急的
在讨论《Subtask #1没过,其他全过》回复:

在讨论《Subtask #1没过,其他全过》回复:
@[ZayneYang](/user/1114712) 