compilers-lab1/test1
2025-03-26 11:09:51 +08:00

5 lines
40 B
Text

int main()
{
int i = 1;
int j = ~i;
}