9 lines
87 B
C
9 lines
87 B
C
![]() |
#include <stdlib.h>
|
||
|
#include <stdint.h>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
uchar x = 0;
|
||
|
return x;
|
||
|
}
|