0_0_39626268_16474.cpp: In function 'int main()':
0_0_39626268_16474.cpp:8:14: error: expected unqualified-id before '>>' token
8 | char >> n;
| ^~
0_0_39626268_16474.cpp:13:27: error: 'strlen' was not declared in this scope
13 | int len = strlen(s);
| ^~~~~~
0_0_39626268_16474.cpp:2:1: note: 'strlen' is defined in header '<cstring>'; did you forget to '#include <cstring>'?
1 | #include<iostream>
+++ |+#include <cstring>
2 |
|