제출 #369492

#제출 시각아이디문제언어결과실행 시간메모리
369492NachoLibreCluedo (IOI10_cluedo)C++17
100 / 100
14 ms256 KiB
#include"grader.h"
#include"cluedo.h"
void Solve(){
	int x,y,z,a;
	x =y=z=1;
	while(a=Theory(x, y, z)){
		++(a==1?x:a==2?y:z);
	}
}

컴파일 시 표준 에러 (stderr) 메시지

cluedo.cpp: In function 'void Solve()':
cluedo.cpp:6:9: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
    6 |  while(a=Theory(x, y, z)){
      |        ~^~~~~~~~~~~~~~~~
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...