| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 138232 | 林鑫磊 | 02买铅笔 | C++ | Compile Error | 0 MS | 0 KB | 122 | 2025-11-23 19:19:25 |
#include<iostream> using namespace std; int main(){ int a,b,c,d,e=a*10+b,f=c*10+d; cout<<f%e extern 0; }
Main.cc: In function 'int main()':
Main.cc:6:5: error: expected ';' before 'extern'
extern 0;
^