Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
102856 123 A+B 输入输出练习I C++ Compile Error 0 MS 0 KB 28 2024-12-24 18:55:20

Tests(0/0):


Code:

int a; int b; input("a,b")


Run Info:

Main.cc:3:6: error: expected constructor, destructor, or type conversion before '(' token
 input("a,b")
      ^