? ? ?

guhengrui
逗比
2019-08-22 19:41:03 13
#include<bits/stdc++.h>
using namespace std;
int main(void){
    cout<<"     ********"<<endl;
    cout<<"    ************"<<endl;
    cout<<"    ####....#."<<endl;
    cout<<"  #..###.....##...."<<endl;
    cout<<"  ###.......######              ###            ###"<<endl;
    cout<<"     ...........               #...#          #...#"<<endl;
    cout<<"    ##*#######                 #.#.#          #.#.#"<<endl;
    cout<<" ####*******######             #.#.#          #.#.#"<<endl;
    cout<<"...#***.****.*###....          #...#          #...#"<<endl;
    cout<<"....**********##.....           ###            ###"<<endl;
    cout<<"....****    *****...."<<endl;
    cout<<"  ####        ####"<<endl;
    cout<<"######        ######"<<endl;
    return 0;
}
李老师我哪错了。
{{ vote && vote.total.up }}

共 5 条回复

Even226 逗比
#include <iostream>
using namespace std;

int main() {
    cout << "                ********" << endl;
    cout << "               ************" << endl;
    cout << "               ####....#." << endl;
    cout << "             #..###.....##...." << endl;
    cout << "             ###.......######            ###            ###" << endl;
    cout << "                ...........             #...#          #...#" << endl;
    cout << "               ##*#######               #.#.#          #.#.#" << endl;
    cout << "            ####*******######           #.#.#          #.#.#" << endl;
    cout << "           ...#***.****.*###....        #...#          #...#" << endl;
    cout << "           ....**********##.....         ###            ###" << endl;
    cout << "           ....****    *****...." << endl;
    cout << "             ####        ####" << endl;
    cout << "           ######        ######" << endl;

    return 0;
}
guhengrui
逗比

佛了

root 站长

@wangchanghuan 棒~

pikahuan 逗比

你空格前面的太少了

pikahuan 逗比

注意空格数量