diff --git a/c++常量类型的确定.cpp b/c++常量类型的确定.cpp new file mode 100644 index 0000000..1b9365a --- /dev/null +++ b/c++常量类型的确定.cpp @@ -0,0 +1,18 @@ +// +// Created by violet on 2026/2/24. +// +#include "iostream" +#include "windows.h" +int main() { + SetConsoleOutputCP(CP_UTF8); + long long int i1 = 2212345678; + std::cout< +namespace std { + int x =1; +} +int main() { + int a = 1; + auto b = std::x+1; + std::cout <