循环结构 补充

#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{      
相关文章
相关标签/搜索