#include"stdafx.h"
#include<iostream>
usingnamespace std;
int main()
{
cout<<" /\\"<< endl;
cout<<" / \\"<< endl;
cout<<" / \\"<< endl;
cout<<" / \\"<< endl;
cout<<" / \\"<< endl;
cout<<"/..........\\"<< endl;
cout<<endl;
system("pause");
return 0;
}
No comments:
Post a Comment