Submission #1777032


Source Code Expand

#include <stdio.h>
#include <string.h>
using namespace std;

int main() { 
	char x[10];
	scanf("%s", &x);
	printf("%s", x);
	printf("pp\n");
}

Submission Info

Submission Time
Task A - ハンドルネーム
User rabbitS
Language C++14 (GCC 5.4.1)
Score 100
Code Size 151 Byte
Status AC
Exec Time 1 ms
Memory 128 KB

Compile Error

./Main.cpp: In function ‘int main()’:
./Main.cpp:7:16: warning: format ‘%s’ expects argument of type ‘char*’, but argument 2 has type ‘char (*)[10]’ [-Wformat=]
  scanf("%s", &x);
                ^
./Main.cpp:7:17: warning: ignoring return value of ‘int scanf(const char*, ...)’, declared with attribute warn_unused_result [-Wunused-result]
  scanf("%s", &x);
                 ^

Judge Result

Set Name All
Score / Max Score 100 / 100
Status
AC × 7
Set Name Test Cases
All sample_01.txt, sample_02.txt, test_aaaaaaaaaa.txt, test_myonmyon.txt, test_nemui.txt, test_onakasuita.txt, test_p.txt
Case Name Status Exec Time Memory
sample_01.txt AC 1 ms 128 KB
sample_02.txt AC 0 ms 128 KB
test_aaaaaaaaaa.txt AC 0 ms 128 KB
test_myonmyon.txt AC 1 ms 128 KB
test_nemui.txt AC 1 ms 128 KB
test_onakasuita.txt AC 1 ms 128 KB
test_p.txt AC 1 ms 128 KB