Стрілочка-2
Submit solution
Points:
100 (partial)
Time limit:
0.1s
Memory limit:
250M
Author:
Problem type
Allowed languages
C, C++, Java, Python
Закодуйте стрілочку згідно зразка
Вхідні дані:
Загубилися
Вихідні дані:
Набір символів згідно зразка:
*
**
|----->>>>
**
*
Comments
include <iostream>
using namespace std; int main() { cout << " " << endl; cout << " " << endl; cout << "|----->>>>" << endl; cout << " " << endl; cout << " " << endl; }
include <iostream>
using namespace std; int main() { cout << " " << endl; cout << " " << endl; cout << "|----->>>>" << endl; cout << " " << endl; cout << " " << endl; }