Problem veryeasymath
User jmuzhen
Submission Time 2025-02-21 09:34:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

veryeasymath.cpp:7:1: error: ‘string’ does not name a type
7 | string s;
| ^~~~~~
veryeasymath.cpp:9:1: error: ‘string’ does not name a type
9 | string ADD(const string x, const string y) {
| ^~~~~~
veryeasymath.cpp:25:1: error: ‘string’ does not name a type
25 | string SUB(const string x, const string y) {
| ^~~~~~
veryeasymath.cpp:44:1: error: ‘string’ does not name a type
44 | string MUL(const string x, const string y) {
| ^~~~~~
veryeasymath.cpp:64:1: error: ‘string’ does not name a type
64 | string DIV(const string x, const int y) {
| ^~~~~~
veryeasymath.cpp:80:17: error: ‘string’ does not name a type
80 | bool LESS(const string x, const string y){
| ^~~~~~
veryeasymath.cpp:80:33: error: ‘string’ does not name a type
80 | bool LESS(const string x, const string y){
| ^~~~~~
veryeasymath.cpp: In function ‘bool