Problem specialgirlfriends
User mentcletan
Submission Time 2025-01-18 12:35:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

specialgirlfriends.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
specialgirlfriends.cpp: In function ‘int main()’:
specialgirlfriends.cpp:4:14: error: ‘ios_base’ has not been declared
4 | #define fast ios_base::sync_with_stdio(false); cin.tie(nullptr);
| ^~~~~~~~
specialgirlfriends.cpp:7:5: note: in expansion of macro ‘fast’
7 | fast
| ^~~~
specialgirlfriends.cpp:4:48: error: ‘cin’ was not declared in this scope
4 | #define fast ios_base::sync_with_stdio(false); cin.tie(nullptr);
| ^~~
specialgirlfriends.cpp:7:5: note: in expansion of macro ‘fast’
7 | fast
| ^~~~
specialgirlfriends.cpp:14:18: error: ‘pow’ was not declared in this scope
14 | sum+=pow(arr[j],i);
| ^~~
specialgirlfriends.cpp:21:5: error: ‘cout’ was not declared