This commit is contained in:
2025-05-21 23:32:31 +09:00
parent 3ede55482f
commit 52ecc1382f
9 changed files with 71 additions and 4 deletions

Binary file not shown.

View File

@@ -1,9 +1,5 @@
#include <stdio.h>
#define NON_EQUAL 0
#define ONE_EQUAL 1
#define ALL_EQUAL 2
#ifndef USE_ALT
int main(void) {
@@ -35,6 +31,10 @@ int main(void) {
#ifdef USE_ALT
#define NON_EQUAL 0
#define ONE_EQUAL 1
#define ALL_EQUAL 2
// alternetive answer
int main(void) {
int flag = 0; // remember, boolean in C is just integer