`printf` 和 `scanf` 用法举例 # `printf` 用法 `printf` 函数用于格式化输出数据。以下是一些基本用法示例: ```c#include int main() { int num = 1...