Submission #789400

#TimeUsernameProblemLanguageResultExecution timeMemory
789400JoibanglaCyberland (APIO23_cyberland)C++17
Compilation error
0 ms0 KiB
#include<bits/stdc++.h> using namespace std; int main(){ double solve(int n,int m,int h,int k,std::vector<int>x, std::vector<int>y, std::vector<int>c, std::vector<int>arr); int ans; for(i=1 ; i<=n , i++){ if(n/i){ int ans=i; } else{ int ans=-1; } }  return 0;  }

Compilation message (stderr)

cyberland.cpp:16:2: error: extended character   is not valid in an identifier
   16 |   return 0;
      |  ^
cyberland.cpp:17:2: error: extended character   is not valid in an identifier
   17 |   }
      |  ^
cyberland.cpp: In function 'int main()':
cyberland.cpp:8:5: error: 'i' was not declared in this scope
    8 | for(i=1 ; i<=n , i++){
      |     ^
cyberland.cpp:8:14: error: 'n' was not declared in this scope; did you mean 'yn'?
    8 | for(i=1 ; i<=n , i++){
      |              ^
      |              yn
cyberland.cpp:8:21: error: expected ';' before ')' token
    8 | for(i=1 ; i<=n , i++){
      |                     ^
      |                     ;
cyberland.cpp:10:5: warning: unused variable 'ans' [-Wunused-variable]
   10 | int ans=i;
      |     ^~~
cyberland.cpp:13:5: warning: unused variable 'ans' [-Wunused-variable]
   13 | int ans=-1;
      |     ^~~
cyberland.cpp:16:2: error: '\U000000a0return' was not declared in this scope; did you mean 'sigreturn'?
   16 |   return 0;
      |  ^~~~~~~
      |  sigreturn
cyberland.cpp:17:2: error: '\U000000a0' was not declared in this scope
   17 |   }
      |  ^
cyberland.cpp:7:5: warning: unused variable 'ans' [-Wunused-variable]
    7 | int ans;
      |     ^~~