测评会员优惠活动进行中 · 开通 VIP,有效期内测评不限次 VIP 优惠中 · 测评不限次 立即查看

A37129. 执行下方程序,共打印( )次 "abc"#include <iostream>using namespace std;int main ( ){ for( int i = 0; i < 10; i++ ){ cout << "hello world" << endl; } cout << "abc" << endl; return 0;}

单选题 容易

题目描述

执行下方程序,共打印(    )次 "abc"

#include <iostream>

using namespace std;

int main ( ){

   for( int i = 0; i < 10; i++ ){

       cout << "hello world" << endl;

   }

    cout << "abc" << endl;

 

   return 0;

}

选项(单选)

上一题 下一题