Submission #370221

# Submission time Handle Problem Language Result Execution time Memory
370221 2021-02-23T15:13:35 Z NachoLibre Cluedo (IOI10_cluedo) C++17
Compilation error
0 ms 0 KB
#include"grader.h"
Solve(){
	for(int x=1,y=1,z=1,a;a=Theory(x,y,z);++(a^1?a^2?z:y:x));
}

Compilation message

cluedo.cpp:2:7: error: ISO C++ forbids declaration of 'Solve' with no type [-fpermissive]
    2 | Solve(){
      |       ^
cluedo.cpp: In function 'int Solve()':
cluedo.cpp:3:25: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
    3 |  for(int x=1,y=1,z=1,a;a=Theory(x,y,z);++(a^1?a^2?z:y:x));
      |                        ~^~~~~~~~~~~~~~
cluedo.cpp:4:1: warning: no return statement in function returning non-void [-Wreturn-type]
    4 | }
      | ^