空格,空格,不要落下了!!
#include<iostream> using namespace std; int main() { int a,b; double c,Y; scanf("%d\n%d\n%lf",&a,&b,&c); Y=b*c; printf("NUMBER = %d \nSALARY = U$ %.2lf",a,Y); return 0; }