Problem samelength
User 2110100
Submission Time 2023-07-28 21:42:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

samelength.cpp: In function ‘int main()’:
samelength.cpp:5:10: error: ‘cout’ is not a member of ‘std’
5 | std::cout << 305;
| ^~~~
samelength.cpp:3:1: note: ‘std::cout’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
2 | #include <cstring>
+++ |+#include <iostream>
3 |