mirror of
https://github.com/foxsen/archbase.git
synced 2026-02-11 06:05:11 +08:00
11 lines
140 B
CSV
11 lines
140 B
CSV
输入1,输入2,输入3,输出
|
|
C,B,A,Y
|
|
0,0,0,D~0~
|
|
0,0,1,D~1~
|
|
0,1,0,D~2~
|
|
0,1,1,D~3~
|
|
1,0,0,D~4~
|
|
1,0,1,D~5~
|
|
1,1,0,D~6~
|
|
1,1,1,D~7~
|