Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
89925 | 包老师 | 02长方形的面积 | C++ | Wrong Answer | 0 MS | 260 KB | 137 | 2024-09-07 12:34:38 |
#include <iostream> using namespace std; int main(){ //数字强制类型转换字母 int n = 66; cout<<(char)n; return 0; }
------Input------
628 313
------Answer-----
196564
------Your output-----
B