7 lines
67 B
C++
7 lines
67 B
C++
|
import simple;
|
||
|
|
||
|
int main(int argc, char* argv[])
|
||
|
{
|
||
|
return g();
|
||
|
}
|