摘要: c语言入口函数必须是main #include <stdio.h> int main(){ //入口函数必须是main,返回值必须是int类型 int price0=10; //商品单价 int price1=20; int price2=30; int count0=5; //商品数量 int c 阅读全文
posted @ 2025-03-20 11:11 天子骄龙 阅读(19) 评论(0) 推荐(0)