#include <iostream> using namespace std; int main() { //int int = 10; 错误,第二个int 是关键字,不能关键字做变量常量 system("pause"); return 0; }
2023-10-30 08:15:52
#include <iostream> using namespace std; int main() { //int int = 10; 错误,第二个int 是关键字,不能关键字做变量常量 system("pause"); return 0; }