Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
96357 | 唐俊逸 | 03ASCLL码转字符 | C++ | Compile Error | 0 MS | 0 KB | 294 | 2024-11-06 19:58:28 |
#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 a } cin<<a; cout>>a+32 return 0; }
Main.cc:7:10: error: expected initializer before '}' token int a } ^ Main.cc:7:10: error: expected declaration before '}' token