#include <stdio.h> int main(void) { int size; printf("Please enter a number that will define the size of the square: \n"); scanf("%d", ...
確定! 回上一頁