| Problem | platonic11 |
|---|---|
| User | dumbfounded47 |
| Submission Time | 2026-02-11 15:39:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
platonic11.cpp:1:2: error: invalid preprocessing directive #inculde; did you mean #include?
1 | #inculde <bits/stdc++.h>
| ^~~~~~~
| include
platonic11.cpp: In function ‘int main()’:
platonic11.cpp:6:2: error: ‘cin’ was not declared in this scope
6 | cin >> p >> o;
| ^~~
platonic11.cpp:1:1: note: ‘std::cin’ is defined in header ‘<iostream>’; did you forget to ‘#include <iostream>’?
+++ |+#include <iostream>
1 | #inculde <bits/stdc++.h>
platonic11.cpp:6:14: error: ‘o’ was not declared in this scope
6 | cin >> p >> o;
| ^
platonic11.cpp:15:11: error: ‘pow’ was not declared in this scope
15 | total = pow(total, k);
| ^~~
platonic11.cpp:20:2: error: ‘cout’ was not declared in this scope
20 | cout << total << endl;
| ^~~~
platonic11.cpp:20:2: note: ‘std::cout’ is defined in he