Problem summarising2025
User 90Dream09
Submission Time 2026-01-28 17:13:04
Score 0
Max Time N/A
Max Memory N/A

Compile Error

summarising2025.cpp: In function ‘int main()’:
summarising2025.cpp:7:30: error: expected ‘;’ before ‘long’
7 | ios_base::sync_with_stdio(0)
| ^
| ;
summarising2025.cpp:11:9: error: ‘test’ was not declared in this scope
11 | cin >> test ;
| ^~~~
summarising2025.cpp:15:6: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘std::vector<std::__cxx11::basic_string<char> >’)
15 | cin >> animal;
| ~~~ ^~ ~~~~~~
| | |
| | std::vector<std::__cxx11::basic_string<char> >
| std::istream {aka std::basic_istream<char>}
In file included from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x