My issue
how write a char
My code
#include <bits/stdc++.h>
using namespace std;
int main() {
int char = "ab";
char a = 23;
char b = 20;
cout << 23+20;
return 0;
}
Learning course: Learn C++
Problem Link: CodeChef: Practical coding for everyone