resubmission

This commit is contained in:
2025-06-30 20:56:18 +09:00
parent 200d0ed8c6
commit dc5faf8c1e
7 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 700 KiB

After

Width:  |  Height:  |  Size: 87 KiB

View File

@@ -12,7 +12,7 @@ date:
turnin: turnin:
year: 令和7年 year: 令和7年
month: 06月 month: 06月
day: 26 day: 30
school_name: 岐阜工業高等専門学校 school_name: 岐阜工業高等専門学校
department: 電子制御工学科 department: 電子制御工学科

View File

@@ -5,7 +5,7 @@
\studentid{2024D14} \studentid{2024D14}
\seatingnum{15} \seatingnum{15}
\reportdate{令和7年}{06月}{26日} \reportdate{令和7年}{06月}{26日}
\turnindate{令和7年}{06月}{26} \turnindate{令和7年}{06月}{30}
\schoolname{岐阜工業高等専門学校} \schoolname{岐阜工業高等専門学校}
\department{電子制御工学科} \department{電子制御工学科}
\subject{情報処理I} \subject{情報処理I}

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -6,7 +6,7 @@ int main(void) {
printf("Input integer: "); printf("Input integer: ");
scanf("%d", &n); scanf("%d", &n);
if (n <= 10 && n > 0) { if (n < 10 && n > 0) {
printf("%d is one digit natural number.\n", n); printf("%d is one digit natural number.\n", n);
} else { } else {
printf("%d is not one digit natural number.\n", n); printf("%d is not one digit natural number.\n", n);