修改文件结构。
This commit is contained in:
9
POP/03/Optional.c
Normal file
9
POP/03/Optional.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
|
||||
int main() {
|
||||
char number[12];
|
||||
printf("Your phone number is?\n");
|
||||
scanf("%s", number);
|
||||
printf("Your phone number is %s", number);
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user