Problem palindromicfizzbuzz
User AltheaZ
Submission Time 2023-11-08 13:58:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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