// // Created by violet on 2026/2/24. // #include namespace std { int x =1; } int main() { int a = 1; auto b = std::x+1; std::cout <