Problem cuberoot
User dfsssssssssfsdfdssgdfs
Submission Time 2026-04-06 16:30:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cuberoot.cpp:17:1: error: stray β€˜\360’ in program
17 | πŸ’‘ If you're doing c
| ^
cuberoot.cpp:17:2: error: stray β€˜\237’ in program
17 | πŸ’‘ If you're doing c
| ^
cuberoot.cpp:17:3: error: stray β€˜\222’ in program
17 | πŸ’‘ If you're doing c
| ^
cuberoot.cpp:17:4: error: stray β€˜\241’ in program
17 | πŸ’‘ If you're doing c
| ^
cuberoot.cpp:17:12: error: missing terminating ' character
17 | πŸ’‘ If you're doing c
| ^~~~~~~~~~~
cuberoot.cpp: In function β€˜int main()’:
cuberoot.cpp:8:5: error: β€˜cin’ was not declared in this scope
8 | cin >> n;
| ^~~
cuberoot.cpp:3:1: note: β€˜std::cin’ is defined in header β€˜<iostream>’; did you forget to β€˜#include <iostream>’?
2 | #include <iomanip>
+++ |+#include <iostream>
3 | using namespace std;
cuberoot.cpp:12:9: error: β€˜cout’ was not declared in this scope
12 | cout &l