下面这段代码可以输出两个字符"AB"
#include<bits/stdc++.h> using namespace std; int main() {
cout<<"AB";
return 0; }
请你写一段程序,输出"ABCDEF"
无
ABCDEF