问题标题: 酷町堂:1664 按要求输出3 怎么输出?

1
0

0
已采纳
叶子煊
叶子煊
中级光能
中级光能

直接输出

"\\n \\t \\r \\ "

就AC了

望采纳!!

希望对你有一定的帮助!!

0
0
0
刘陶哲
刘陶哲
修练者
修练者
    cout<<"3"<<endl<<setw(3)<<a<<endl<<setw(3)<<b<<endl<<setw(3)<<c;

注意头文件#include<iomanip>

0
徐云皓
徐云皓
新手天翼
新手天翼

cout<<"3"<<endl<<setw(3)<<a<<endl<<setw(3)<<b<<endl<<setw(3)<<c;

0
包涵宇
包涵宇
中级天翼
中级天翼
{
字符 a='\\';
cout<<a;
cout<<"n ";
cout<<a;
cout<<"t ";
cout<<a;
cout<<"r ";
cout<<a;
return 0;
}
我要回答