Skip to content

Instantly share code, notes, and snippets.

@Blinhy0131
Last active February 22, 2022 06:08
Show Gist options
  • Save Blinhy0131/54665829b740a525e8dba90822f6daed to your computer and use it in GitHub Desktop.
Save Blinhy0131/54665829b740a525e8dba90822f6daed to your computer and use it in GitHub Desktop.
30 找信用卡號
#include "stdio.h"
void main(){
int nem;
int a[15];
FILE *fpr=fopen("c.txt","r");
fscanf(fpr,"%d",&a[0],&a[1],&a[2],&a[3],&a[4],&a[5],&a[6],&a[7],&a[8],&a[9],&a[10],&a[11],&a[12],&a[13],&a[14],&a[15]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment