Problem greeting
User KJF
Submission Time 2026-02-18 22:53:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

greeting.cpp: In function ‘int main()’:
greeting.cpp:6:16: error: conversion from ‘int’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested
6 | string name = ' ';
| ^~~~