Unverified Commit 045dea31 authored by Shuhao Zhang's avatar Shuhao Zhang Committed by GitHub
Browse files

fold the note

parent 832e13a8
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -71,7 +71,8 @@ fclose(stdin);
fclose(stdout);
```

!!! 注 `printf/scanf/cin/cout` 等函数默认使用 `stdin/stdout` ,将 `stdin/stdout` 重定向后,这些函数将输入/输出到被定向的文件
!!! 注
    `printf/scanf/cin/cout` 等函数默认使用 `stdin/stdout` ,将 `stdin/stdout` 重定向后,这些函数将输入/输出到被定向的文件

### 模板