Skip to content

Instantly share code, notes, and snippets.

View yuiswi's full-sized avatar
🦊
Let's hack our life :*)

you@soraCode yuiswi

🦊
Let's hack our life :*)
  • soraCode (Developer)
  • JP
View GitHub Profile
#include <stdio.h>
#include <string.h>
int main(void){
int a,b,R,cnt=0;
char line1[20], line2[10];
char *ptr;
fgets(line1, sizeof(line1), stdin);
ptr = strtok(line1, " ");
a = atoi(ptr);