记录详情

Compile Error

/in/foo.cc:1:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:5:15: error: 'scanf' was not declared in this scope
 scanf("%c",&c1);
               ^
/in/foo.cc:7:85: error: 'printf' was not declared in this scope
 printf("大写字符%c对应的小写字母是%c,小写字符的ASCII是%d",c1,c2,c2);
                                                                                     ^

信息

递交者
类型
自测
题目
P1197 变换
语言
C++
递交时间
2020-11-27 18:51:41
评测时间
2020-11-27 18:51:46
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes