NJUPT-Compile/1/target.c

12 lines
148 B
C
Raw Normal View History

2024-06-15 15:40:42 +02:00
int main()
{
int a,b; // 我是注释
a = 10;
/*
*
*/
b = a + 20;;;
int _c1 = 0;
_c1 += a++;
}