1 solutions

  • 0
    @ 2025-7-23 14:18:50

    #include<iostream> #include<cstdio> using namespace std; int main() {

    for(int i=1;i<=20;i++){
    	cout<<'*';
    }
    

    }

    • 1

    Information

    ID
    417
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    9
    Tags
    # Submissions
    13
    Accepted
    5
    Uploaded By