16 solutions

  • 0
    @ 2026-4-19 14:06:18

    #include<stdio.h> int main(){ int i,j; for(i=1;i<=9;i++){ for(j=1;j<=i;j++){ printf("%d*%d=%d ",i,j,i*j); } printf("\n"); } return 0; }

    Information

    ID
    42
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    7
    Tags
    # Submissions
    7054
    Accepted
    1525
    Uploaded By