Problem | palindromicfizzbuzz |
---|---|
User | AltheaZ |
Submission Time | 2023-11-08 13:57:26 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:10:21: error: conversion from ‘void’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested
10 | string rev=reverse(og.begin(),og.end());
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~