Problem | prefixsums |
---|---|
User | JK13 |
Submission Time | 2023-11-09 15:43:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
prefixsums.cpp: In function ‘int32_t main()’:
prefixsums.cpp:5:15: error: ‘sync_with_studio’ is not a member of ‘std::ios_base’
5 | ios_base::sync_with_studio(0); cin.tie (0);
| ^~~~~~~~~~~~~~~~
prefixsums.cpp:9:13: error: no match for ‘operator>’ (operand types are ‘std::istream’ {aka ‘std::basic_istream<char>’} and ‘long long int’)
9 | cin > a[i];
| ~~~ ^ ~~~~
| | |
| | long long int
| std::istream {aka std::basic_istream<char>}
prefixsums.cpp:9:13: note: candidate: ‘operator>(int, long long int)’ <built-in>
9 | cin > a[i];
| ~~~~^~~~~~
prefixsums.cpp:9:13: note: no known conversion for argument 1 from ‘std::istream’ {aka ‘std::basic_istream<char>’} to ‘int’
In file included from /usr/include/c++/9/regex:62,
from /usr/include/x86_64-linux-gnu/c++/9/bit