这是我的电子宠物煎蛋:
它叫Kako。快说,你好Kako。
#include<iostream> using namespace std; int main(){ cout<<"Hello Kako!"<<endl; return 0; }
**输出样例:**Hello Kako!