0_0_18093008_22086.cpp: In function 'int main()':
0_0_18093008_22086.cpp:85:27: error: 'cas' was not declared in this scope
printf("Case #%d: %d\n",cas,ans-same/3*2);
^
0_0_18093008_22086.cpp:85:31: error: 'ans' was not declared in this scope
printf("Case #%d: %d\n",cas,ans-same/3*2);
^
0_0_18093008_22086.cpp:85:35: error: 'same' was not declared in this scope
printf("Case #%d: %d\n",cas,ans-same/3*2);
^
0_0_18093008_22086.cpp: At global scope:
0_0_18093008_22086.cpp:87:1: error: expected declaration before '}' token
}
^
|