Problem | banks |
---|---|
User | TheRaptor |
Submission Time | 2024-08-21 14:06:25 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
banks.cpp: In function ‘int32_t main()’:
banks.cpp:9:31: error: conflicting declaration ‘std::pair<std::pair<int, int>, int> b [((n + -1) * n)]’
9 | pair<pair<int, int>, int> b[n*(n-1)];
| ^
banks.cpp:7:18: note: previous declaration as ‘int b’
7 | int n, m, a, b;
| ^
banks.cpp:15:7: error: no match for ‘operator>>’ (operand types are ‘std::ostream’ {aka ‘std::basic_ostream<char>’} and ‘const char [4]’)
15 | cout >> "YES" >> endl;
| ~~~~ ^~ ~~~~~
| | |
| | const char [4]
| std::ostream {aka std::basic_ostream<char>}
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:45,
from banks.cpp:1:
/usr/include/c++/9/cstddef:140:5: note: candidate: ‘template<class _IntegerType> constexpr std::__byte_op_t<_IntegerType> std::operator&g