#2441. 代码填空题1

代码填空题1

代码填空,实现输出hello的功能。

#include<__①___>
using namespace std;
int main(){
   __②___<<"hello"<<endl;
   return 0;
} 

注意:填写内容里不要加空格!!!

① {{ input(1) }}

② {{ input(2) }}