安全问答

安全问答是一个知识全球问答,包含丰富的问答知识

首页 常规 游戏 娱乐 科技 程序员

C语言逆序输出三个整数:简单示例

  • 日期: 2026-03-04
  • 标签: 常规
#include <stdio.h>

int main()
{
    int a, b, c;
    printf('请输入三个整数:\n');
    scanf('%d%d%d', &a, &b, &c);
    printf('逆序输出:\n');
    printf('%d %d %d\n', c, b, a);
    return 0;
}
C语言逆序输出三个整数:简单示例

原文地址: https://www.cveoy.top/t/topic/nfl3 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录

  • 上一篇: 中国小创业计划:低成本、高回报的创业点子
  • 下一篇: Improving Manuscript Clarity: Motivation, Contribution, and Purpose

© 2019 • 2025 - 安全问答 站长邮箱:wxgpt@qq.com    ICP备案/许可证号:豫ICP备2024104334号-2