K12教育赛事综合服务平台
聚乐之家官方网站
下载聚乐之家官方App
专注青少年竞赛题库网站
考查C++变量的命名规则、初始化及使用的基本规范要求
int 123num = 10;
float float = 3.14f;
int student_age = 18;
double price; cout << price;