제출 #772161

#제출 시각아이디문제언어결과실행 시간메모리
772161Dan4LifeCluedo (IOI10_cluedo)C11
0 / 100
3 ms208 KiB
void Solve() { int A = 1, B = 1, C = 1; while (Theory(A, B, C) && (A = A % 7 + 1) && (B = B % 11 + 1) && (C = C % 7 + 1)); }

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

cluedo.c: In function 'Solve':
cluedo.c:3:10: warning: implicit declaration of function 'Theory' [-Wimplicit-function-declaration]
    3 |   while (Theory(A, B, C) && (A = A % 7 + 1) && (B = B % 11 + 1) && (C = C % 7 + 1));
      |          ^~~~~~
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...