这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《怎么python还带re?》回复:
!搜得寺内
如图:  问题T141164对就是那个高精 这里贴代码: ```Python print(pow(10,input()) +input()) ```
在讨论《为什么flaot通过不了呢!》回复:
@[gkk276966188](/space/show?uid=166286)
在讨论《为什么flaot通过不了呢!》回复:
用double呀
在讨论《为啥这个cout语句什么输出也没有》回复:
哦
在讨论《为啥这个cout语句什么输出也没有》回复:
@[function_of_zero](/space/show?uid=174045) 那就是应该用string咯
原题:p1055 ISBN号码 ``` #include #include using namespace std; int main(){ char input[15],isbn[15],m[1]; int n; cin >>input; for (int i=0;i<strlen(input);i++){ //去掉…
在讨论《p1422小玉家的电费 求助》回复:
@[chybjlshy](/space/show?uid=217668) 那为的是把多个赋值语句合并成一个,这样就不用加花括号了
在讨论《p1422小玉家的电费 求助》回复:
@[zxz_sword](/space/show?uid=213272) 对,可搞不懂肿么办哦
代码如下: ``` #include using namespace std; int main(){ int input;//a用于保留小数位数 double price=0; cin >> input; if(input<=150) price += input * 0.4463; else if (input<=…