0_0_36444677_3487.cpp: In function 'void createTrie(int)':
0_0_36444677_3487.cpp:37:12: error: expected unqualified-id before '=' token
for(int =0;j<2;j++)
^
0_0_36444677_3487.cpp:37:12: error: expected ';' before '=' token
0_0_36444677_3487.cpp:37:12: error: expected primary-expression before '=' token
0_0_36444677_3487.cpp:37:15: error: 'j' was not declared in this scope
for(int =0;j<2;j++)
^
0_0_36444677_3487.cpp:37:18: error: expected ')' before ';' token
for(int =0;j<2;j++)
^
0_0_36444677_3487.cpp:37:19: error: 'j' was not declared in this scope
for(int =0;j<2;j++)
^
|