dist.cpp:30:2: error: stray '\302' in program
printf("%lld\n%lld", ans2,ans1);
^
dist.cpp:30:3: error: stray '\240' in program
printf("%lld\n%lld", ans2,ans1);
^
dist.cpp:30:5: error: stray '\302' in program
printf("%lld\n%lld", ans2,ans1);
^
dist.cpp:30:6: error: stray '\240' in program
printf("%lld\n%lld", ans2,ans1);
^
dist.cpp:31:2: error: stray '\302' in program
}
^
dist.cpp:31:3: error: stray '\240' in program
}
^
dist.cpp:1:9: error: 'ret' does not name a type
ret=max(ret,dist(st[f(i)],st[f(j+1)]));
^~~
dist.cpp:2:5: error: expected declaration before '}' token
}
^