题解 1810: [编程基础]输入输出练习之精度控制3

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

简单输出易懂 精度控制

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    char a;    int b;    float c;    double d;    scanf("……

对齐方式(左负右正)

摘要:参考代码:import java.util.Scanner; public class Main {     public static void main(String args[])   ……

1810cyuyanc语言因 niu

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