#include<iostream>
using namespace std;
int main() {
int a, b , c;
while(cin >> a >> b) {
int c= a + b;
count << c <<endl;
}
return 0;
}
上面是我打的程式
可是出現兩個錯誤
code_951213.cpp: In function ‘int main()’:
code_951213.cpp:7: error: ‘count’ was not declared in this scope
可是我不知道怎麼改
請問有人可以教我嗎
#include
using namespace std;
int main() {
int a, b , c;
while(cin >> a >> b) {
int c= a + b;
count << c < }
return 0;
}
上面是我打的程式
可是出現兩個錯誤
code_951213.cpp: In function ‘int main()’:
code_951213.cpp:7: error: ‘count’ was not declared in this scope
可是我不知道怎麼改
請問有人可以教我嗎
#include
using namespace std;
int main() {
int a, b , c;
while(cin >> a >> b) {
int c= a + b;
count << c < }
return 0;
}
上面是我打的程式
可是出現兩個錯誤
code_951213.cpp: In function ‘int main()’:
code_951213.cpp:7: error: ‘count’ was not declared in this scope
可是我不知道怎麼改
請問有人可以教我嗎