第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

為什么別人機(jī)器上能完美運(yùn)行的程序在我的機(jī)器上不行?都是什么錯(cuò)誤???

為什么別人機(jī)器上能完美運(yùn)行的程序在我的機(jī)器上不行?都是什么錯(cuò)誤???

C++
皈依舞 2023-04-22 22:18:06
#include <graphics.h>#include <conio.h>void main(){int x,y; initgraph(600,600);for(x=25,y=25;x<=475,y<=475;x+=20,y+=20){setcolor(GREEN);setfillstyle(YELLOW);fillellipse(x,y,25,25);Sleep(500);cleardevice();for (int x=475,y=475;x<=25,y<=25;x-=20,y-=20){setcolor(GREEN);setfillstyle(YELLOW);fillellipse(x,y,25,25);Sleep(500);cleardevice();}}然后一堆錯(cuò)誤.--------------------配置: mingw5 - CUI Debug, 編譯器類型: MinGW--------------------檢查文件依賴性...正在編譯 G:\程序語(yǔ)言cpp\Debug\圓.cpp...[Error] G:\程序語(yǔ)言cpp\Debug\圓.cpp:4: error: `main' must return `int'[Warning] G:\程序語(yǔ)言cpp\Debug\圓.cpp:5: warning: converting to non-pointer type `int' from NULL[Error] G:\程序語(yǔ)言cpp\Debug\圓.cpp:6: error: stray '\163' in program[Error] G:\程序語(yǔ)言cpp\Debug\圓.cpp:6: error: stray '\187' in program[Error] G:\程序語(yǔ)言cpp\Debug\圓.cpp:6: error: expected `;' before "x"[Error] G:\程序語(yǔ)言cpp\Debug\圓.cpp:6: error: expected `;' before ')' token[Warning] G:\程序語(yǔ)言cpp\Debug\圓.cpp:25:2: warning: no newline at end of file[Error] G:\程序語(yǔ)言cpp\Debug\圓.cpp:25: error: expected `}' at end of input構(gòu)建中止 圓: 6 個(gè)錯(cuò)誤, 2 個(gè)警告
查看完整描述

2 回答

?
守著星空守著你

TA貢獻(xiàn)1799條經(jīng)驗(yàn) 獲得超8個(gè)贊

1.[Error] G:\程序語(yǔ)言cpp\Debug\圓.cpp:4: error: `main' must return `int'
我學(xué)的C++的main()函數(shù)都是返回int值得,int main(),你改成這樣最后return 0就可以了
2.[Error] G:\程序語(yǔ)言cpp\Debug\圓.cpp:6: error: stray '\163' in program
[Error] G:\程序語(yǔ)言cpp\Debug\圓.cpp:6: error: stray '\187' in program
這個(gè)是出現(xiàn)中文字符了,for(x=25,y=25;x<=475,y<=475;x+=20,y+=20)中的分號(hào)是中文符號(hào),改成英文的就可以了
3.[Error] G:\程序語(yǔ)言cpp\Debug\圓.cpp:25: error: expected `}' at end of input你程序的最后少了個(gè)"}"

查看完整回答
反對(duì) 回復(fù) 2023-04-26
?
牧羊人nacy

TA貢獻(xiàn)1862條經(jīng)驗(yàn) 獲得超7個(gè)贊

既然是學(xué)習(xí),就必須學(xué)會(huì)看提示,這些提示都是有意義的,不是無(wú)聊的亂碼

查看完整回答
反對(duì) 回復(fù) 2023-04-26
  • 2 回答
  • 0 關(guān)注
  • 285 瀏覽

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)