Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
96356 唐俊逸 03字符转ASCLL码 C++ Compile Error 0 MS 0 KB 295 2024-11-06 19:49:05

Tests(0/0):


Code:

#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ chr a ; couta=a+32 return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:8:4: error: 'chr' was not declared in this scope
    chr a ;
    ^
Main.cc:9:4: error: 'couta' was not declared in this scope
    couta=a+32
    ^
Main.cc:9:10: error: 'a' was not declared in this scope
    couta=a+32
          ^