为什么地图导入为#include <map>,但stdio导入为#include <stdio.h>?
#include <map>
#include <stdio.h>
c++ include
c++ ×1
include ×1