Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
150065 陈润泽 幂字符串 C Compile Error 0 MS 0 KB 99 2026-03-21 18:55:42

Tests(0/0):


Code:

include<iostream> int main{ char a[100]={}; int b,c; cin>>a; b=a.size(); }


Run Info:

Main.c:1:8: error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
 include
        ^