9 lines
77 B
C
9 lines
77 B
C
#include <stdlib.h>
|
|
|
|
void main()
|
|
{
|
|
int x;
|
|
|
|
x = atoi( "-289" );
|
|
}
|