소스 검색

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;