Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
112307 袁梓豪 求和 C++ Compile Error 0 MS 0 KB 146 2025-03-09 12:45:40

Tests(0/0):


Code:

#include<bits/stdc++.h> using namespace std; int main() { int a: int b; int s; a=880; b=500; s=qa*b; cout<<; return 0;


Run Info:

Main.cc:10:3: error: stray '\357' in program
   cout<<; 
   ^
Main.cc:10:3: error: stray '\274' in program
Main.cc:10:3: error: stray '\233' in program
Main.cc: In function 'int main()':
Main.cc:4:8: error: expected initializer before ':' token
   int a:
        ^
Main.cc:7:3: error: 'a' was not declared in this scope
   a=880;
   ^
Main.cc:8:3: error: 'b' was not declared in this scope
   b=500;
   ^
Main.cc:9:5: error: 'qa' was not declared in this scope
   s=qa*b;
     ^
Main.cc:11:2: error: expected primary-expression before 'return'
  return 0;
  ^
Main.cc:11:10: error: expected '}' at end of input
  return 0;
          ^