题解列表

筛选

ikun崩溃代码

摘要:解题思路:不会注意事项:注意看题目要求即可参考代码:#include <stdio.h>int main(){ double x; char y; float z; int   w; scan……

ikun崩溃代码

摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ float a; scanf("%f",&a); printf("%.3f",a );     retu……

ikun崩溃代码

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdbool.h>int main(){ int a; bool b; scanf("%d",&a);       ……

1082: Tetrahedrons and Spheres

```cpp#include#include#include#include#include#definesqr(x)(x)*(x)usingnamespacestd;constdoubleeps=1e-6,inf=8;inlineboolcmpDouble(constdouble&a,