Problem palindromicfizzbuzz
User briyanii
Submission Time 2024-02-01 16:43:06
Score 0
Max Time N/A
Max Memory N/A

Compile Error

palindromicfizzbuzz.cpp: In function ‘int main()’:
palindromicfizzbuzz.cpp:9:25: error: conversion from ‘void’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested
9 | string gay = reverse(lucien.begin(), lucien.end())
| ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
palindromicfizzbuzz.cpp:13:5: error: ‘else’ without a previous ‘if’
13 | else{
| ^~~~