Problem helloworld
User bh10
Submission Time 2025-09-22 16:10:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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