0_0_21035531_6183.cpp: In function 'int main()':
0_0_21035531_6183.cpp:112:25: error: 'str' was not declared in this scope
scanf("%s", str[i]);
^
0_0_21035531_6183.cpp:116:13: error: expected ';' before 'ac'
ac.insert(buf);
^
0_0_21035531_6183.cpp:121:33: error: 'str' was not declared in this scope
printf("%d\n", ac.query(str[i]));
^
|