Стрілочка-2


Submit solution

Points: 100 (partial)
Time limit: 0.1s
Memory limit: 250M

Author:
Problem type
Allowed languages
C, C++, Java, Python

Закодуйте стрілочку згідно зразка

Вхідні дані:

Загубилися

Вихідні дані:

Набір символів згідно зразка:

      *
      **
|----->>>>
      **
      *

Comments


  • 0
    VladOstapenko  commented on Feb. 17, 2025, 7:35 p.m.

    include <iostream>

    using namespace std; int main() { cout << " " << endl; cout << " " << endl; cout << "|----->>>>" << endl; cout << " " << endl; cout << " " << endl; }


  • 0
    VladOstapenko  commented on Feb. 17, 2025, 7:34 p.m.

    include <iostream>

    using namespace std; int main() { cout << " " << endl; cout << " " << endl; cout << "|----->>>>" << endl; cout << " " << endl; cout << " " << endl; }