Consider the following code segment:
\(p = q - r\\ r = p - s\\ t = q - r\\ q = p - s\)
The minimum number of total variables required to convert the above code segment to static single assignment from is _________.
1
4
2
5
3
6
4
7
5
Question Not Attempted