| Problem | helloworld |
|---|---|
| User | bh10 |
| Submission Time | 2025-09-22 16:10:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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'
| ^~~~~~~~~~~~~