Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View LW-Ho's full-sized avatar
💭
I may be slow to respond.

White.Ho LW-Ho

💭
I may be slow to respond.
  • Micro-Star International Co., Ltd.
  • Taiwan
View GitHub Profile
#include <stdio.h>
#include <stdlib.h>
int main(void) {
int i,j;
int SIZE1,SIZE2;
printf("How many ROW ? \n");
scanf("%d",&SIZE1);
//printf("\n");
printf("How many COLUMN ?\n");