循環結構 補充

#include <stdio.h> #include <math.h> void main() {    int m, i, k;    printf("input a number");    scanf("%d", &m);    k = sqrt(m);    ①/②/③    if(i > k)    {        printf("yes !\n");    }else{      
相關文章
相關標籤/搜索