Submission #3378380


Source Code Expand

#include<bits/stdc++.h>
using namespace std;
char a[5010],b[5010],c[5010];
int main()
{
	scanf("%s",&a);getchar();
	scanf("%s",&b);getchar();
	scanf("%s",&c);
	int x,y,z,tot;tot=x=y=z=0;
	if(strlen(a)==3&&a[0]=='n'&&a[1]=='o'&&a[2]=='t')x++,tot++;
	if(strlen(b)==3&&b[0]=='n'&&b[1]=='o'&&b[2]=='t')y++,tot++;
	if(strlen(c)==3&&c[0]=='n'&&c[1]=='o'&&c[2]=='t')z++,tot++;
	if(tot%2==1)printf("%s %s %s",a,b,c);
	else 
	{
		if(!x)
		printf("%s ",a);
		if(!y)
		printf("%s ",b);
		if(!z)
		printf("%s ",c);
	}
	return 0;
}

Submission Info

Submission Time
Task A - 二重否定除去法則
User luogu_bot3
Language C++ (GCC 5.4.1)
Score 0
Code Size 518 Byte
Status WA
Exec Time 1 ms
Memory 256 KB

Compile Error

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

Judge Result

Set Name All
Score / Max Score 0 / 100
Status
WA × 19
Set Name Test Cases
All scrambled_00.txt, scrambled_01.txt, scrambled_02.txt, scrambled_03.txt, scrambled_04.txt, scrambled_05.txt, scrambled_06.txt, scrambled_07.txt, scrambled_08.txt, scrambled_09.txt, scrambled_10.txt, scrambled_11.txt, scrambled_12.txt, scrambled_13.txt, scrambled_14.txt, scrambled_15.txt, scrambled_16.txt, scrambled_17.txt, scrambled_18.txt
Case Name Status Exec Time Memory
scrambled_00.txt WA 1 ms 256 KB
scrambled_01.txt WA 1 ms 256 KB
scrambled_02.txt WA 1 ms 256 KB
scrambled_03.txt WA 1 ms 256 KB
scrambled_04.txt WA 1 ms 256 KB
scrambled_05.txt WA 1 ms 256 KB
scrambled_06.txt WA 1 ms 256 KB
scrambled_07.txt WA 1 ms 256 KB
scrambled_08.txt WA 1 ms 256 KB
scrambled_09.txt WA 1 ms 256 KB
scrambled_10.txt WA 1 ms 256 KB
scrambled_11.txt WA 1 ms 256 KB
scrambled_12.txt WA 1 ms 256 KB
scrambled_13.txt WA 1 ms 256 KB
scrambled_14.txt WA 1 ms 256 KB
scrambled_15.txt WA 1 ms 256 KB
scrambled_16.txt WA 1 ms 256 KB
scrambled_17.txt WA 1 ms 256 KB
scrambled_18.txt WA 1 ms 256 KB