0_0_37066914_30713.cpp: In function 'int main()':
0_0_37066914_30713.cpp:7:46: error: expected unqualified-id before '&' token
while (scanf("%d%d%d%d%d%d", &t1, &t2, &t3. & T1, &T2, &T3) != EOF)
^
0_0_37066914_30713.cpp:9:8: error: 'i' was not declared in this scope
for (i = 0; i < n; i++)
^
|