mirror of
https://github.com/Aexiar/c.git
synced 2024-10-22 14:05:45 +02:00
2024年10月9日 17:02
This commit is contained in:
parent
1c9c2ad8fe
commit
b793408807
@ -914,7 +914,7 @@ int main() {
|
||||
setbuf(stdout, nullptr);
|
||||
|
||||
#if AGE < 6
|
||||
printf("你现在处于幼儿阶段\n
|
||||
printf("你现在处于幼儿阶段\n");
|
||||
#elif AGE < 12
|
||||
printf("你现在处于少年阶段\n");
|
||||
#elif AGE < 18
|
||||
|
Loading…
Reference in New Issue
Block a user