mirror of
https://github.com/ArthurSonzogni/Diagon.git
synced 2026-08-29 16:40:45 +08:00
37 lines
5.2 KiB
Plaintext
37 lines
5.2 KiB
Plaintext
┌─────┐
|
||
│start│
|
||
└──┬──┘
|
||
__________▽__________
|
||
╱ ╲ ┌──────────────┐
|
||
╱ Does it cost > 1000 ? ╲________________________________________________________________________________________│Very expensive│
|
||
╲ ╱yes └──────────────┘
|
||
╲_____________________╱
|
||
│no
|
||
_________▽_________ ___________________
|
||
╱ ╲ ╱ ╲ ┌──────────────┐
|
||
╱ Does it cost > 100? ╲___________________╱ Does it cost > 0.5? ╲_______________________________│Very expensive│
|
||
╲ ╱yes ╲ ╱yes └──────────────┘
|
||
╲___________________╱ ╲___________________╱
|
||
│no │no
|
||
________▽_________ _________▽_________
|
||
╱ ╲ ┌───────┐ ╱ ╲ ┌─────────┐
|
||
╱ Does it cost > 10? ╲_________│Correct│ ╱ Does it cost > 0.1? ╲____________________│expensive│
|
||
╲ ╱yes └───────┘ ╲ ╱yes └─────────┘
|
||
╲__________________╱ ╲___________________╱
|
||
│no │no
|
||
________▽________ _________▽__________
|
||
╱ ╲ ┌─────┐ ╱ ╲ ┌───────┐
|
||
╱ Does it cost > 1? ╲___│Cheap│ ╱ Does it cost > 0.01? ╲__________│Correct│
|
||
╲ ╱yes└─────┘ ╲ ╱yes └───────┘
|
||
╲_________________╱ ╲____________________╱
|
||
│no │no
|
||
┌───▽──┐ __________▽__________
|
||
│coucou│ ╱ ╲ ┌─────┐
|
||
└──────┘ ╱ Does it cost > 0.001? ╲___│Cheap│
|
||
╲ ╱yes└─────┘
|
||
╲_____________________╱
|
||
│no
|
||
┌──────▽──────┐
|
||
│Take my money│
|
||
└─────────────┘
|