7 lines
39 B
C
7 lines
39 B
C
|
int f();
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return f();
|
||
|
}
|