9 lines
87 B
C
9 lines
87 B
C
|
#include <stdlib.h>
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
long long x;
|
||
|
|
||
|
x = atoll( "-5308948400" );
|
||
|
}
|