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
- C++17 (G++ 13.2.0)
- Submit At
- 2024-08-16 17:40:10
- Judged At
- 2024-10-03 13:21:12
- Judged By
- Score
- 51
- Total Time
- 1ms
- Peak Memory
- 516.0 KiB