Problem typoswap
User poopyjshdsd
Submission Time 2026-02-13 11:36:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

typoswap.cpp:4:12: error: conversion from ‘int’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested
4 | string a = 7;
| ^
typoswap.cpp:5:12: error: conversion from ‘int’ to non-scalar type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’} requested
5 | string b = 6;
| ^