Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
107560 田珂莹 05交换数据 C++ Compile Error 0 MS 0 KB 144 2025-01-18 10:11:45

Tests(0/0):


Code:

#include<iostream> using namespa int main(){ int a=3,b=5,c; c=a; a=b; b=c; cout<<a<<" "<<b<<endl; return 0; }


Run Info:

Main.cc:2:7: error: expected nested-name-specifier before 'namespa'
 using namespa
       ^