这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; int main(){ int x,a,n,t,T; cin>>x>>n; a=8-x; t=n-a; T=t/7; if(x<=5){ if(t%7<=5){ cout<<x*250+T*5*250+(t%7)*250<<endl; } els…
```cpp #include using namespace std; int main(){ long long a; scanf("%I64d",&a); int b=a; printf("%d",b); return 0; } ```
```cpp #include using namespace std; int main(){ long long N,ans; scanf("%lld",&N); ans=N*(N-1)*(N-2)*(N-3)/24; printf("%lld",ans); return 0; } ```
```cpp #include using namespace std; int main(){ long long N; int ans; scanf("%lld",&N); ans=N*(N-1)*(N-2)*(N-3)/24; printf("%lld",ans); return 0; } ```
```cpp #include using namespace std; int main(){ double a; scanf("%lf",&a); int b=a; printf("%d",b); return 0; } ```
```cpp #include using namespace std; int main() { int T; double s, v,t; scanf("%lf%lf", &s, &v); int ans = (s / v )+11; t =60 * (24 + 8); T = t - ans; printf("%…
```cpp #include using namespace std; int main(){ double a,b,c,ans; scanf("%lf%lf%lf",&a,&b,&c); ans=a*0.2+b*0.3+c*0.5; printf("%d",int(ans+0.5)); return 0; } ``…
在讨论《为什么第一个定义常量不行,而第二个可以》回复:
@[Benty](luogu://user/930277) 感谢
```cpp #include using namespace std; int main() { double r, C, S, D; #define PI 3,14159 scanf("%lf", &r); C = 2 * PI * r; D = 2 * r; S = PI * r * r; printf("%.4…
在讨论《大佬求助》回复:
@[Miracle640](luogu://user/1557225) 抱歉,刚开始学,刚刚搞懂对齐输出,感谢
```cpp #include using namespace std; int main() { long long a, b, c; cin >> a >> b >> c; cout using namespace std; int main() { long long a, b, c; cin >> a >> b…
```cpp #include using namespace std; int main() { char a, b, c, d; scanf("%c%c%c.%c", &a, &b, &c, &d); printf("%c.%c%c%c", d, c, b, a); return 0; } ``` 大佬帮一下
在讨论《不知道为什么零分,有没有大佬帮一下,谢谢》回复:
@[susenyang](luogu://user/855039)感谢
```cpp #include using namespace std; int main() { cout << " ********"<<endl; cout << " ************" << endl; cout << " ####....#." << endl; cout << " #..###...…