#include <stdio.h>int main(){ int age = 18; int weight = 65; printf("小明今年%d,小明体重%d",age,weight); return 0;}
冯宝宝
相关分类