Problem helloworld
User dev1634
Submission Time 2023-02-13 17:43:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

helloworld.cpp: In function ‘int main()’:
helloworld.cpp:4:31: error: ‘pow’ was not declared in this scope
4 | for (long long int a = 0; a < pow(2,62); a ++) {
| ^~~