Problem lps
User dacashew
Submission Time 2023-07-14 11:44:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lps.cpp: In function ‘int main()’:
lps.cpp:40:19: error: conversion from ‘void’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested
40 | string b=reverse(a.begin(),a.end());
| ~~~~~~~^~~~~~~~~~~~~~~~~~~