Problem simplemath2
User Hatrix
Submission Time 2026-05-15 20:20:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

simplemath2.cpp: In function ‘int main()’:
simplemath2.cpp:7:14: error: no match for ‘operator^’ (operand types are ‘std::basic_ostream<char>’ and ‘long long int’)
7 | cout << 10^n/m % m;
| ~~~~~~~~~~^~~~~~~~
| | |
| | long long int
| std::basic_ostream<char>
simplemath2.cpp:7:14: note: candidate: ‘operator^(int, long long int)’ <built-in>
7 | cout << 10^n/m % m;
| ~~~~~~~~~~^~~~~~~~
simplemath2.cpp:7:14: 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 simplemath2.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: not