ryw*_*ite 1 c++ compiler-errors
这是我的代码:
//test file
#include <iostream>
#include "stat.h"
#include "frequency.h"
using namespace std;
int main(){
cout << "helo"<< endl;
return 0;
}
Run Code Online (Sandbox Code Playgroud)
当我尝试编译时,我得到:
test.cc:7: error: expected unqualified-id before "using"
test.cc:7: error: expected `,' or `;' before "using"
Run Code Online (Sandbox Code Playgroud)
知道这里发生了什么吗?
| 归档时间: |
|
| 查看次数: |
16447 次 |
| 最近记录: |