CPU已烧,想不出来该写啥了......
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《50分求调!真再找不出哪儿出错了!》回复:
谢谢,已关注
```cpp #include using namespace std; bool mmhg(string a) { if(a.size() 12) return 0; int b = 0,c = 0,d = 0,e = 0; for(int i = 0;i = 'a' && a[i] = 'A' && a[i] =…
在讨论《全TLE求调!》回复:
已关,谢谢
在讨论《全TLE求调!》回复:
楼主现在变成RE了 ```cpp #include using namespace std; bool hs(int n, int a[]) { for (int i = 1; i > n; for (int i = 0; i > c; int a[c]; for (int j = 0; j > a[j]; if (h…
```cpp #include using namespace std; bool hs(int n, int a[]) { for (int i = 1; i > n; for (int i = 0; i > c; int a[c]; for (int j = 0; j > a[j]; if (hs(c, a)) c…
```cpp #include using namespace std; int main() { int n, x, y; cin >> n >> x >> y; if ( x % y == 0 ) { cout << (n - x / 10) - 1; } else { cout << (n - x / 10) -…
```cpp #include using namespace std; int main() { long long a[3]; for(long long i = 0;i >a[i]; } long long ma = 0; for(long long i = 0;i < 3;i++) { if(ma < a[i]…
在讨论《全WA了又,样例对了》回复:
@[Genshin_ht](luogu://user/1646296)机房惨案了
在讨论《全WA了又,样例对了》回复:
谢谢,已回关
```cpp #include using namespace std; int main() { string a; getline(cin,a); int b; cin>>b; float c; double d; cin>>c>>d; cout<<a<<" "<<b<<" "; printf("%.6f %.6f…
在讨论《海伦公式过样例出错?Wa声一片》回复:
谢谢各位大神,已关!
$s = (a + b + c) / 2$ ```cpp #include using namespace std; int main() { int a,b,c; cin>>a>>b>>c; float s; s = (a + b + c) / 2; printf("%.1f",s); return 0; } ```
在讨论《样例都是对的,为什么有一个点wa了呢?只得了95分》回复:
谢谢,已回关!
```cpp #include using namespace std; int main() { float k,c,f; cin>>k; c = k - 273.15; f = c * 1.8 + 32; if(f > 212) { cout<<"Temperature is too high!"; } else…