0_0_22259933_18916.cpp: In function 'int main()':
0_0_22259933_18916.cpp:63:12: error: 'variable' was not declared in this scope
varMap[variable] = string(p, q-p);
^
0_0_22259933_18916.cpp:65:4: error: 'else' without a previous 'if'
else if(p = strchr(s, '=')){
^
0_0_22259933_18916.cpp:80:9: error: expected 'while' before 'if'
else if(strncmp(s, "Print", 5) == 0){
^
0_0_22259933_18916.cpp:80:9: error: expected '(' before 'if'
0_0_22259933_18916.cpp:80:9: error: expected primary-expression before 'if'
0_0_22259933_18916.cpp:80:9: error: expected ')' before 'if'
0_0_22259933_18916.cpp:80:9: error: expected ';' before 'if'
0_0_22259933_18916.cpp:150:1: error: expected 'while' at end of input
}
^
0_0_22259933_18916.cpp:150:1: error: expected '(' at end of input
0_0_22259933_18916.cpp:150:1: error: expected primary-expression at end of input
0_0_22259933_18916.cpp:150:1: error: expected ')' at end of input
0_0_22259933_18916.cpp:150:1: error: expected ';' at end of input
0_0_22259933_18916.cpp:150:1: error: expected '}' at end of input
0_0_22259933_18916.cpp:150:1: error: expected '}' at end of input
|