code4sk/c/sourcecode/朱森森带领的奇妙冒险/2022-2023第二学期单开班第1次月考/test.cpp
2023-10-18 16:17:32 +08:00

8 lines
99 B
C++

#include<stdio.h>
int main(){
int i=10, j=0;
if (j=0)i++; else i--;
printf("%d",i);
return 0;
}