/in/main.c: In function 'main':
/in/main.c:25:5: error: stray '`' in program
`````
^
/in/main.c:25:6: error: stray '`' in program
`````
^
/in/main.c:25:7: error: stray '`' in program
`````
^
/in/main.c:25:8: error: stray '`' in program
`````
^
/in/main.c:25:9: error: stray '`' in program
`````
^
/in/main.c:16:9: error: unused variable 'k' [-Werror=unused-variable]
int k;
^
/in/main.c:15:9: error: unused variable 'seed' [-Werror=unused-variable]
int seed;
^~~~
/in/main.c:21:9: error: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Werror=unused-result]
scanf("%d",&con[i].rank);
^~~~~~~~~~~~~~~~~~~~~~~~
/in/main.c:22:9: error: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Werror=unused-result]
scanf("%s",con[i].name);
^~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors