单项选择题下列符号中,正确的C++标识符是【 】
单项选择题有以下程序:main(){ int m=12,n=34; printf( %d%d ,m++,++n); printf( %d%d n ,n++,++m); }程序运行后的输出结果是______。