Submission #180148


Source Code Expand

#include <stdio.h>

int main()
{
    char name[10];
    scanf("%s",name);
    printf("%spp/n",name);
    
    return 0;
}

Submission Info

Submission Time
Task A - ハンドルネーム
User bamboogump
Language C (GCC 4.6.4)
Score 0
Code Size 130 Byte
Status WA
Exec Time 46 ms
Memory 824 KB

Compile Error

./Main.c: In function ‘main’:
./Main.c:6:10: warning: ignoring return value of ‘scanf’, declared with attribute warn_unused_result [-Wunused-result]

Judge Result

Set Name All
Score / Max Score 0 / 100
Status
WA × 5
Set Name Test Cases
All test_aaaaaaaaaa.txt, test_myonmyon.txt, test_nemui.txt, test_onakasuita.txt, test_p.txt
Case Name Status Exec Time Memory
sample_01.txt WA 22 ms 788 KB
sample_02.txt WA 22 ms 712 KB
test_aaaaaaaaaa.txt WA 24 ms 792 KB
test_myonmyon.txt WA 24 ms 792 KB
test_nemui.txt WA 24 ms 824 KB
test_onakasuita.txt WA 20 ms 788 KB
test_p.txt WA 46 ms 680 KB