Problem | pokeadd |
---|---|
User | Sans12345 |
Submission Time | 2023-01-24 16:45:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
pokeadd.cpp:5:26: error: ‘std::vector<long long int> y1’ redeclared as different kind of entity
5 | vector<long long int> x1,y1;
| ^~
In file included from /usr/include/features.h:461,
from /usr/include/x86_64-linux-gnu/c++/9/bits/os_defines.h:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/c++config.h:528,
from /usr/include/c++/9/cassert:43,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:33,
from pokeadd.cpp:1:
/usr/include/x86_64-linux-gnu/bits/mathcalls.h:221:1: note: previous declaration ‘double y1(double)’
221 | __MATHCALL (y1,, (_Mdouble_));
| ^~~~~~~~~~
pokeadd.cpp: In function ‘int main()’:
pokeadd.cpp:15:12: error: request for member ‘push_back’ in ‘y1’, which is of non-class type ‘double(double) noexcept’
15 | y1.push_back(y/cur);
| ^~~~~~~~~