#include"Thoi_Gian.h"
#include<iomanip>
int main()
{
string a[]=
{
"co anh chuc o nha ko ?",
"anh chuc oi chiu nay co di dau choi khong ?",
"anh chuc hoc lop may rui?"
};
string b[][300]=
{
{"ko","ko","ko"},
{"co","co","co"},
{"co","ko","co",},
{"co","co","ko",},
{"ko","co","co"},
{"co","co","co"},
};
string dapan[]=
{
"ko",
"co",
"ko"
};
system("pause");
return 0;
}
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.