这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《c,80分,#2#8过不去,求助大佬》回复:
@[GUO0430](/user/981737) ``` #include using namespace std; int main(){ int x,n; cin >> x >> n; if (x == 6){ cout using namespace std; int main(){ int x,n; cin >…
代码如下```c #include using namespace std; int main(){ int x,n; cin >> x >> n; if (x == 6){ cout << 250 * n - 250 * (((n - 2)/7)*2+2)<<endl; }else if(x == 7 ){ cout…
在讨论《33分,求助》回复:
@[zhuletan](/user/908416) 感谢大佬(滑跪)
```c #include #include using namespace std; int main(){ int a,b,c; cin >> a >> b >>c; if ((a + b > c)&&(a + c > b)&&(b + c > a)){ if (a * a + b * b == c*c){ cou…
在讨论《自己运行全对但交上来全WA,求助求助》回复:
@[wininaction](/user/385428) 感谢大佬(滑跪
在讨论《自己运行全对但交上来全WA,求助求助》回复:
@[GUO0430](/user/981737) 代码放这了,简单粗暴,全部WA
在讨论《自己运行全对但交上来全WA,求助求助》回复:
``` #include #include #include using namespace std; int main(){ int a,b,c; int A,B,C; cin >> a >> b >> c; char str1[] = " "; cin >> str1; char str2[] = "ABC" ;…
救我谢谢QAQ```c #include #include #include using namespace std; int main(){ int a,b,c; int A,B,C; cin >> a >> b >> c; char str1[] = " "; cin >> str1; char str2[] =…