/ SeriousOJ /

Record Detail

Runtime Error


  
# Status Time Cost Memory Cost
#1 Accepted 0ms 328.0 KiB
#2 Accepted 1ms 324.0 KiB
#3 Runtime Error 1ms 324.0 KiB

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