7 lines
69 B
C++
7 lines
69 B
C++
|
import uses_std;
|
||
|
|
||
|
int main(int argc, char* argv[])
|
||
|
{
|
||
|
return f();
|
||
|
}
|