Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
115304 张修睿 05求长方形的周长和面积 C++ Compile Error 0 MS 0 KB 345 2025-03-30 11:11:13

Tests(0/0):


Code:

#include<iostream> // cin\cout\endl #include<cstdio> //scanf()\printf() #include<cstring> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main(){ int N,M; cin>>N>>M; cout<<2*N+2*M<<" "<<N*M; return 0; } 评论:


Run Info:

Main.cc:14:1: error: stray '\350' in program
 评论:
 ^
Main.cc:14:1: error: stray '\257' in program
Main.cc:14:1: error: stray '\204' in program
Main.cc:14:1: error: stray '\350' in program
Main.cc:14:1: error: stray '\256' in program
Main.cc:14:1: error: stray '\272' in program
Main.cc:14:7: error: expected unqualified-id before ':' token
 评论:
       ^