Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
96074 李梓睿 桃子问题 C++ Compile Error 0 MS 0 KB 402 2024-11-02 20:21:11

Tests(0/0):


Code:

#include<iostream> // cin\cout\endl #include<ctime> //scanf()\printf() #include<cstdlib> // strcpy()\strcat()\strcmp()\strlen()\memset() #include<cmath> //sqrt()\pow()\abs()\ceil()\floor()\max()\min() using namespace std; int main() { int num = 1; for (int i = 9; i >= 1; --i) { num = (num + 1) * 2; } cout << num << endl; return 0; } 评论:


Run Info:

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