Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
95131 陈治宸 03七巧板 C++ Compile Error 0 MS 0 KB 126 2024-10-26 21:52:01

Tests(0/0):


Code:

#include<iostream> using namespace std; int main(){ int a,b,c; cin>>a>>b; c=a*b; cout<<c; return 0; }


Run Info:

Main.cc:8:4: error: stray '\357' in program
    return 0;
    ^
Main.cc:8:4: error: stray '\274' in program
Main.cc:8:4: error: stray '\233' in program
Main.cc: In function 'int main()':
Main.cc:9:1: error: expected ';' before '}' token
 }
 ^