| 14 | return largest; |
| 15 | } |
| 16 | void initial(){ |
| 17 | #ifndef ONLINE_JUDGE |
| 18 | freopen("input.txt", "r", stdin); |
| 19 | freopen("output.txt", "w", stdout); |
| 20 | #endif |
| 21 | } |
| 22 | int main(){ |
| 23 | |
| 24 | int n; |
nothing calls this directly
no outgoing calls
no test coverage detected