6 lines
56 B
C
6 lines
56 B
C
|
namespace std {
|
||
|
class STD {};
|
||
|
}
|
||
|
|
||
|
using namespace std;
|