Submission #112581


Source Code Expand

int ttt = data[j+1];
					for(int k = 0; k < nt; ++k)
						if(ttt = tmp[k]) {
							++ntt;
							break;
						}

Submission Info

Submission Time
Task D - 派閥
User x0unnamed
Language C++ (G++ 4.6.4)
Score 0
Code Size 119 Byte
Status CE

Compile Error

./Main.cpp:1:11: error: ‘data’ was not declared in this scope
./Main.cpp:1:16: error: ‘j’ was not declared in this scope
./Main.cpp:2:6: error: expected unqualified-id before ‘for’
./Main.cpp:2:21: error: ‘k’ does not name a type
./Main.cpp:2:29: error: expected unqualified-id before ‘++’ token