Problem medianstring
User havinaaaaash
Submission Time 2024-06-05 15:41:02
Score 0
Max Time N/A
Max Memory N/A

Compile Error

medianstring.cpp:1:1: error: ‘include’ does not name a type
1 | include <iostream>
| ^~~~~~~
medianstring.cpp: In function ‘int main()’:
medianstring.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> n;
| ^~~
medianstring.cpp:11:2: error: ‘cout’ was not declared in this scope
11 | cout << a[n/2];
| ^~~~