| Problem | quest |
|---|---|
| User | xlpaun |
| Submission Time | 2025-12-29 15:47:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
quest.cpp: In function ‘int main()’:
quest.cpp:10:13: error: invalid declarator before ‘place’
10 | vector<int>place(num_of_prayer), time(num_of_prayer);
| ^~~~~
quest.cpp:12:7: error: no match for ‘operator>>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘time_t(time_t*) noexcept’ {aka ‘long int(long int*) noexcept’})
12 | cin >> time[i];
| ~~~ ^~ ~~~~~~~
| | |
| | time_t(time_t*) noexcept {aka long int(long int*) noexcept}
| 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/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from quest.cpp:1:
/usr/include/c++/9/istream:120:7: note: candidate: ‘std::basic_istream&l