通过次数
0
提交次数
一行打印5个星号。
no input needed
*****
#include <iostream> #include <cstdio> using namespace std; int main() { cout<<"*****"<<endl; return 0; }