c璇█ " />

扫描二维码下载沐宇APP

沐宇

微信扫码使用沐宇小程序

沐宇

C璇█瀹屽叏骞虫柟鏁扮殑瀹炵幇鏂规硶

扬州沐宇科技
2024-06-20 01:16:23
c璇█

C璇█涓垽鏂竴涓暟鏄惁涓哄畬鍏ㄥ钩鏂规暟鍙互浣跨敤寰幆閬嶅巻鐨勬柟娉曪紝浠g爜濡備笅鎵€绀猴細

#include <stdio.h>

int isPerfectSquare(int num) {
    for (int i = 1; i * i <= num; i++) {
        if (i * i == num) {
            return 1;  // 鏄畬鍏ㄥ钩鏂规暟
        }
    }
    return 0;  // 涓嶆槸瀹屽叏骞虫柟鏁?/span>
}

int main() {
    int num;
    printf("璇疯緭鍏ヤ竴涓暣鏁帮細");
    scanf("%d", &num);

    if (isPerfectSquare(num)) {
        printf("%d 鏄畬鍏ㄥ钩鏂规暟銆俓n", num);
    } else {
        printf("%d 涓嶆槸瀹屽叏骞虫柟鏁般€俓n", num);
    }

    return 0;
}

涓婅堪浠g爜涓畾涔変簡涓€涓?code>isPerfectSquare鍑芥暟鐢ㄦ潵鍒ゆ柇涓€涓暟鏄惁涓哄畬鍏ㄥ钩鏂规暟锛岀劧鍚庡湪main鍑芥暟涓緭鍏ヤ竴涓暣鏁板苟璋冪敤isPerfectSquare鍑芥暟杩涜鍒ゆ柇骞惰緭鍑虹粨鏋溿€?/p>

扫码添加客服微信