6 lines
56 B
C
6 lines
56 B
C
![]() |
int main()
|
||
|
{
|
||
|
long long x = 0;
|
||
|
return (int) x;
|
||
|
}
|