整數位數

#include <iostream> #include <stdio.h> #include <cmath> using namespace std; int main() { double n; int k; int res = 0; scanf("%lf", &n); if (n > -1 && n < 1) { cout << 0
相關文章
相關標籤/搜索