Problem sixandseven
User munyunboss
Submission Time 2026-06-26 15:04:39
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sixandseven.cpp: In function ‘int main()’:
sixandseven.cpp:7:13: error: conversion from ‘int’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested
7 | string s = 67;
| ^~