compilers-lab1/test1

6 lines
40 B
Text
Raw Normal View History

2025-03-26 10:37:08 +08:00
int main()
{
int i = 1;
int j = ~i;
}