Skip to content

Instantly share code, notes, and snippets.

@mzhaodev
Created April 14, 2016 01:52
Show Gist options
  • Save mzhaodev/78a1264aa46542c8461714eac4fc6227 to your computer and use it in GitHub Desktop.
Save mzhaodev/78a1264aa46542c8461714eac4fc6227 to your computer and use it in GitHub Desktop.
/*
ID: thepier1
LANG: C
TASK:
*/
#include <stdio.h>
int main() {
FILE *fin = fopen("<file>.in", "r");
FILE *fout = fopen("<file>.out", "w");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment