Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
133664 zxy 05求长方形的周长和面积 C++ Compile Error 0 MS 0 KB 92 2025-10-20 16:41:35

Tests(0/0):


Code:

#include <iostream> using namespace std; int main(NM){ N=8 M=3 (N+M)*2 N*M


Run Info:

Main.cc:3:10: error: 'NM' was not declared in this scope
 int main(NM){
          ^
Main.cc:3:13: error: expected ',' or ';' before '{' token
 int main(NM){
             ^