Problem | do_you_like_me |
---|---|
User | OSZ |
Submission Time | 2025-06-17 09:37:27 |
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:4:6: error: expected primary-expression before ‘a’
4 | std a; std::cin >> a;
| ^
do_you_like_me.cpp:4:21: error: ‘a’ was not declared in this scope
4 | std a; std::cin >> a;
| ^