0_0_33095920_21309.cpp:1:8: error: stray '#' in program
binggui#include<iostream>
^
0_0_33095920_21309.cpp:1:1: error: 'binggui' does not name a type
binggui#include<iostream>
^
0_0_33095920_21309.cpp: In function 'int main()':
0_0_33095920_21309.cpp:49:9: error: 'cout' was not declared in this scope
cout << "Case " << i << ":" << endl;
^
0_0_33095920_21309.cpp:49:40: error: 'endl' was not declared in this scope
cout << "Case " << i << ":" << endl;
^
|