8 lines
57 B
C++
8 lines
57 B
C++
|
#include "missing.h"
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
int x;
|
||
|
x++;
|
||
|
}
|