| Problem | medianstring |
|---|---|
| User | Karax |
| Submission Time | 2025-12-29 14:03:13 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
medianstring.cpp: In function ‘int main()’:
medianstring.cpp:6:59: error: expected ‘;’ before ‘long’
6 | ios_base::sync_with_stdio(false); cin.tie(0); cout.tie(0)
| ^
| ;
medianstring.cpp:8:12: error: ‘N’ was not declared in this scope
8 | cin >> N;
| ^