| Run ID |
作者 |
问题 |
语言 |
测评结果 |
Time |
Memory |
代码长度 |
提交时间 |
| 148445 |
于墨轩 |
简单计算 |
C++ |
Compile Error |
0 MS |
0 KB |
156 |
2026-02-15 21:46:05 |
Tests(0/0):
Code:
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<1×2×3×4×5<<endl;
return 0;
}
Run Info:
Main.cc:6:5: error: stray '\303' in program
cout<<1×2×3×4×5<