Problem add1_easy
User ZacharyTan2010
Submission Time 2024-04-22 15:16:38
Score 0
Max Time N/A
Max Memory N/A

Compile Error

add1_easy.cpp: In function ‘int main()’:
add1_easy.cpp:5:17: error: conversion from ‘int’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested
5 | string num[50]={56,"fifteen","ninety-one","one",4,"forty-eight",100,100,39,3,"fifty-one","four",86,"fifty-five",30,46,84,"forty-two","zero","sixty-six",50,60,"twenty-three","ninety-seven",100,20,81,51,22,"thirty-nine",73,"sixty-seven",76,94,"sixty-three",53,"fifty-four",24,35,"two",85,"forty-eight","nine",95,"sixty",79,48,47,7,16};
| ^~
add1_easy.cpp:5:49: error: conversion from ‘int’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested
5 | string num[50]={56,"fifteen","ninety-one","one",4,"forty-eight",100,100,39,3,"fifty-one","four",86,"fifty-five",30,46,84,"forty-two","zero","sixty-six",50,60,"twenty-three","ninety-seven",100,20,81,51,22,"thirty-nine",73,"sixty-seven",76,94,"sixty-three",53,"fifty-four",24,35,"two",85,"fo