0_0_20668113_6530.cpp:2:1: error: expected unqualified-id before '{' token { int t;scanf("%d" ,&t); while(t--) { int a,b,c; scanf("%d%d%d",&a,&b,&c); if(c%2)puts("Impossible"); else { ^