当 DEV C++ 打开编译选项写 -std=c++14 -O2 时,程序出现 for(auto [k,v]:mp) 时 CE,是编译器的问题还是指令的问题,或者就是不能用?(非其他原因)
-std=c++14 -O2
for(auto [k,v]:mp)