제출 #1011593

#제출 시각아이디문제언어결과실행 시간메모리
1011593SulACluedo (IOI10_cluedo)C++17
100 / 100
7 ms344 KiB
#include "grader.h" #include "cluedo.h" void Solve() { unsigned char a[3] = {1,1,1}, x = 1; while (x = Theory(a[0], a[1], a[2])) { a[x-1]++; } }

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

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