#include <stdio.h> #include <stdlib.h>. int main(void){ int c; float a,sum,b,d; c = scanf("%f",&a); if(c == 0 || a<0 ){ return 1; }
確定! 回上一頁