fork download
  1. if (!(X | Y)) {
  2. Output = "ปิด";
  3. } else {
  4. Output = "เปิด"; }
  5.  
Success #stdin #stdout 0.03s 25572KB
stdin
Standard input is empty
stdout
if (!(X | Y)) {
        Output = "ปิด";
} else {
        Output = "เปิด"; }