Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
151865 张宇泽 18高度为k的树 C++ Compile Error 0 MS 0 KB 260 2026-04-19 11:33:59

Tests(0/0):


Code:

#include <bits/stdc++.h> using namespace std; int main (){ int n,x,s1; cin>>n; int a[10000000]; for(int i=1;i<=n;i++){ cin>>a[i]; } cin>>x; for(int i=1;i<=n;i++){ if(x==a[i]){ s1++; } } cout<<l; return 0; }


Run Info:

Main.cc: In function 'int main()':
Main.cc:16:9: error: 'l' was not declared in this scope
   cout<