Problem | specialgirlfriends |
---|---|
User | BoneMeBurner |
Submission Time | 2024-07-31 12:18:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
specialgirlfriends.cpp: In function ‘int main()’:
specialgirlfriends.cpp:4:19: error: ‘base_sync_with_stdio’ is not a member of ‘std::ios’ {aka ‘std::basic_ios<char>’}
4 | cin.tie(0); ios::base_sync_with_stdio(0); cout.tie(0);
| ^~~~~~~~~~~~~~~~~~~~
specialgirlfriends.cpp:12:23: error: invalid operands of types ‘__gnu_cxx::__promote_2<long long int, long long int, double, double>::__type’ {aka ‘double’} and ‘long long int’ to binary ‘operator%’
12 | sum += (pow(c,TEMP) % a);
| ~~~~~~~~~~~ ^ ~
| | |
| | long long int
| __gnu_cxx::__promote_2<long long int, long long int, double, double>::__type {aka double}