| Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
|---|---|---|---|---|---|---|---|---|
| 150065 | 陈润泽 | 幂字符串 | C | Compile Error | 0 MS | 0 KB | 99 | 2026-03-21 18:55:42 |
include<iostream> int main{ char a[100]={}; int b,c; cin>>a; b=a.size(); }
Main.c:1:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
include
^