Problem | do_you_like_me |
---|---|
User | Hutayo |
Submission Time | 2025-06-17 09:30:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
do_you_like_me.cpp: In function ‘int main()’:
do_you_like_me.cpp:3:2: error: ‘cin’ was not declared in this scope
3 | cin >> s
| ^~~
do_you_like_me.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | using namespace std;
do_you_like_me.cpp:3:9: error: ‘s’ was not declared in this scope
3 | cin >> s
| ^