为什么这个在本地可以编译??
#include<iostream> using namespace std; int main() { int 神,金; cin>>神>>金; cout<<神+金; return 0; }