너무어렵다

kimseunghoo · September 13, 2025
#include <stdio.h>

int main() {
    int a;
    scanf("%d" , &a);


    for(i=1;i<10;i++){
    for(b=3){    
        printf("%d x %d = %d");

    }
}











    
Output

Comments

Please sign up or log in to contribute to the discussion.