#include #define SIZE 10 int main(void) { int n; double x[SIZE]; scanf("%d", &n); printf("最後の実数より大きい値の個数 = %d\n"); return 0; }