Problem | addition |
---|---|
User | NoynYT |
Submission Time | 2023-04-28 17:29:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
addition.cpp: In function ‘int main()’:
addition.cpp:8:9: error: no match for ‘operator^’ (operand types are ‘std::basic_ostream<char>’ and ‘int’)
8 | cout<<a^b;
| ~~~~~~~^~
| | |
| | int
| std::basic_ostream<char>
addition.cpp:8:9: note: candidate: ‘operator^(int, int)’ <built-in>
8 | cout<<a^b;
| ~~~~~~~^~
addition.cpp:8:9: note: no known conversion for argument 1 from ‘std::basic_ostream<char>’ to ‘int’
In file included from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:45,
from addition.cpp:1:
/usr/include/c++/9/cstddef:179:3: note: candidate: ‘constexpr std::byte std::operator^(std::byte, std::byte)’
179 | operator^(byte __l, byte __r) noexcept
| ^~~~~~~~
/usr/include/c++/9/cstddef:179:18: note: no known conversion for argument 1 from ‘std::basic_ostream<char>’ to ‘std::byte’
179 | operato