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