6 lines
80 B
Plaintext
6 lines
80 B
Plaintext
FUNC VOID main() {
|
|
INT x, t[3]
|
|
READ t[0],t[1],t[2]
|
|
PRINT t[0], t[1], t[2]
|
|
}
|