Runtime Error
Code
#include <stdio.h>
#include <string.h>
int main(){
int t;
scanf("%d",&t);
while(t--){
char s[10000];
scanf("%s",s);
printf("%c\n",s[0]);}
return 0;
}
Information
- Submit By
- Type
- Submission
- Problem
- P1080 String Algorithm
- Contest
- Bangladesh 2.0
- Language
- C99 (GCC 13.2.0)
- Submit At
- 2024-08-16 17:39:38
- Judged At
- 2024-10-03 13:21:14
- Judged By
- Score
- 51
- Total Time
- 1ms
- Peak Memory
- 328.0 KiB