0_0_29919048_5484.cpp: In function 'int main()':
0_0_29919048_5484.cpp:94:14: error: expected unqualified-id before '=' token
Frac = Find(l);
^
0_0_29919048_5484.cpp:95:35: error: 'ans' was not declared in this scope
printf("%lld/%lld\n", (ll)ans.p, (ll)ans.q);
^
|