瀏覽代碼

update l6.c

Stepan 2 月之前
父節點
當前提交
72e32c7780
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      c/l6.c

+ 1 - 1
c/l6.c

@@ -2,7 +2,7 @@
 
 int main() {
     int pol;
-    printf("Enter number ");
+    printf("Enter 3 number ");
     scanf("%d", &pol);
     int x1 = pol % 10;
     int x2 = (pol / 10) % 10;