pseudocode
擬似言語
What this method solves
Read language-independent notation as an algorithm under the execution rules given in the item.
How to use it
- 01
Mark inputs, outputs, and initial values.
- 02
Mark assignments, branches, and loop ranges.
- 03
Update variables strictly in execution order.
While answering
Confirm inputs, outputs, and assignment direction before tracing line by line.
