Submission #772161

#TimeUsernameProblemLanguageResultExecution timeMemory
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)); }

Compilation message (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...