practice_code/c/test/main.c

15 lines
152 B
C
Raw Permalink Normal View History

2024-10-21 00:44:50 +08:00
#include<stdio.h>
#include<time.h>
#include<windows.h>
#include<stdlib.h>
2023-12-21 22:39:25 +08:00
2024-10-21 00:44:50 +08:00
#define aa 2
2023-12-21 22:39:25 +08:00
2024-10-21 00:44:50 +08:00
void main(){
int a=1,b=2;
if(a==aa-1||b==2){
2024-06-06 15:51:00 +08:00
}
}