🌈 style:

This commit is contained in:
lzy
2024-05-26 15:39:14 +08:00
parent 6f28a3384a
commit a57bbdb4c1
156 changed files with 765 additions and 770 deletions

View File

@@ -12,13 +12,13 @@
// 但是这时候运行输入hello不会报错
// 实际上是越界了
int main()
int main( )
{
int i;
int i;
float f;
char str[STRSIZE];
int ret;
char ch;
char str[STRSIZE];
int ret;
char ch;
printf("Please enter:\n");