Problem | cuberoot |
---|---|
User | fei |
Submission Time | 2024-08-12 14:57:16 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cuberoot.cpp:1:1: error: ‘include’ does not name a type
1 | include <bits/stdc++.h>
| ^~~~~~~
cc1plus: error: ‘::main’ must return ‘int’
cuberoot.cpp: In function ‘int main()’:
cuberoot.cpp:7:12: error: ‘cin’ was not declared in this scope
7 | int t; cin>>t;
| ^~~
cuberoot.cpp:25:9: error: ‘cout’ was not declared in this scope
25 | cout<<upper<<'\n';
| ^~~~