Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
97763 贾雨泽 07大小写转换 C++ Compile Error 0 MS 0 KB 242 2024-11-16 15:15:17

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ char a; if(a>='a'){ if(a<='z');{ cout<<cher(a+32) } } else{ if(a>='A'){ if(a<='Z');{ cout<<cher(a-32) } } } }


Run Info:

Main.cc: In function 'int main()':
Main.cc:7:22: error: 'cher' was not declared in this scope
       cout<