1078| 20
|
[求助] 求助很基础的C++思路 |
发表于 2023-8-21 15:39
100吾爱币
最佳答案[mw_shl_code=cpp,true]void Test(){
printf("%s\n", "this is Test!");
}
void TestTest(){
printf("%s\n", "this is TestTest!");
}
int main(){
bool testFlag = false;
bool testTestFlag = false;
for (int ii = 0; ii < 99999; ii++) {
if (!testFlag) {
Test();
testFlag = true;
}
if (!testTestFlag) {
TestTest();
testTestFlag = true;
}
}
return 0;
}[/mw_shl_ ...
| ||
发帖前要善用【论坛搜索】功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。 |
||
发表于 2023-8-21 15:39
| ||
发表于 2023-8-21 15:59
| ||
发表于 2023-8-21 16:08
| ||
发表于 2023-8-21 16:16
| ||
发表于 2023-8-21 16:27
| ||
发表于 2023-8-21 16:28
| ||
发表于 2023-8-21 16:28
| ||
发表于 2023-8-21 16:30
| ||
RSS订阅|小黑屋|处罚记录|联系我们|吾爱破解 - LCG - LSG ( 京ICP备16042023号 | 京公网安备 11010502030087号 )
GMT+8, 2024-11-24 19:49
Powered by Discuz!
Copyright © 2001-2020, Tencent Cloud.