2
#include <stdio.h>
#define AND ||
#define OR &&
#define MULT (a>25 AND a<50 OR a>30)
int main()
36373/1612
260
{
int a=30;
if(MULT)
printf("1");
else
printf("O");
return 0;
Tyne your answer harm
Answers
Answered by
0
Answer:
kcyvgvbtx
Explanation:
Answered by
1
Answer:
what is this bruh I can't understand
Similar questions