凌晨の雨
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《90分求调!!!》回复:
@[Gary12345](luogu://user/529703)已过
```cpp #include using namespace std; int main(){ long long x=0; char a,b; cin >> x >> a >> b; if((a=='B'&&b=='C')||(a=='C'&&b=='B'))cout << x/10*6; else if((a==…
```cpp #include using namespace std; int main(){ long long n=0,c=0,a=0,b=0,d=0,answer=0,m=0,g=0; cin >> n >>c; for(int i=1;i >a; b=max(b,a); d=b+c*(n-i); if(g==…
在讨论《87分求调》回复:
@[yuzhenghao123](luogu://user/1179184) 还是87
在讨论《80分求调!!!》回复:
@[CLX_brunch](luogu://user/913178) OK,感谢
```cpp #include using namespace std; int main(){ long long a=0,b=0,c=0,d=0,e=0; cin >> a >> b >> d >> e; c=a*b; if(c>=-214748364 && c<=2147483647){ cout << "int…
[B2044™传送门](https://www.luogu.com.cn/problem/B2044) --- 本题我使用了循环结构与条件判断语句,思路如下: 首先设置两个变量,其中一个用于统计不及格的次数,然后循环输入分数,小于60的话那个变量就+1,最后再判断是否恰好不及格1次就行了 废话不多直接展示 --- ``…
_ ```cpp #include using namespace std; int main(){ int i=7; int n=1,m=0; int x=0,y=0; for(int a=0;a > x >> y; if(x+y>8){ m=n; break; //算出后退出 } n++; } cout << m;…
```cpp #include using namespace std; int main(){ int y,m,d,h,k; cin >> y >> m >> d >> h >> k; int a=h+k; if(a>=24){ h=h+k-24; d=d+1; if(m==1 && d>31){ d=1; m=2;…
在讨论《75分求调!!!》回复:
@[Evan2000](luogu://user/1296495) OK了,Thanks
```cpp #include using namespace std; int main(){ long long a=0,b=0,c=1; cin >> a >> b; for(int i=0;i 1000000000){ cout << -1; }else{ cout << c; } return 0; } ``…
在讨论《0分,请问错哪》回复:
@[Zhangxm2012](luogu://user/1426124) OK,谢谢
```cpp #include using namespace std; int main(){ long long a=0,b=0; cin >> a >> b; long long c=b-a,d=a+1; for(long long i=0;i<c-2;i++){ if(d % 400 == 0 || (d %…
```cpp #include using namespace std; int main(){ long long a=0,b=0,p=0,c=1; cin >> a >> b >> p; for(long long i=0;i<b;i++){ c=c*a; } long long d=c%p; cout <<a <…