0_0_35618551_24394.cpp: In function 'int main()':
0_0_35618551_24394.cpp:13:19: error: 'a' was not declared in this scope
if((!find(a)&&b==2&&c==29)||b>12||c>t[find(a)][b]||b==0||c==0||a==0){
^
0_0_35618551_24394.cpp:13:23: error: 'b' was not declared in this scope
if((!find(a)&&b==2&&c==29)||b>12||c>t[find(a)][b]||b==0||c==0||a==0){
^
0_0_35618551_24394.cpp:13:29: error: 'c' was not declared in this scope
if((!find(a)&&b==2&&c==29)||b>12||c>t[find(a)][b]||b==0||c==0||a==0){
^
0_0_35618551_24394.cpp:13:45: error: 't' was not declared in this scope
if((!find(a)&&b==2&&c==29)||b>12||c>t[find(a)][b]||b==0||c==0||a==0){
^
|