█████████ ████ ███░░░░░███ ░░███ ███ ░░░ ██████ ███████ ██████ ██████ ░███ ███░░███ ███░░███ ███░░███ ███░░███ ░███ ░███ ░███░███ ░███ ░███████ ░███ ░███ ░░███ ███░███ ░███░███ ░███ ░███░░░ ░███ ░███ ░░█████████ ░░██████ ░░████████░░██████ ░░██████ ░░░░░░░░░ ░░░░░░ ░░░░░░░░ ░░░░░░ ░░░░░░

Envío 611

Problema 0x62 - Contar elementos mayores a X en un arreglo pequeño

  • Autor: davidtoca
  • Fecha: 2020-09-10 16:53:20 UTC (Hace más de 4 años)
Caso # Resultado Tiempo Memoria
#1
Error de compilación
                      main.cpp:1:9: fatal error: 'sdtio' file not found
#include<sdtio>
        ^~~~~~~
1 error generated.

                    
#2
Error de compilación
                      main.cpp:1:9: fatal error: 'sdtio' file not found
#include<sdtio>
        ^~~~~~~
1 error generated.

                    
#3
Error de compilación
                      main.cpp:1:9: fatal error: 'sdtio' file not found
#include<sdtio>
        ^~~~~~~
1 error generated.

                    
#4
Error de compilación
                      main.cpp:1:9: fatal error: 'sdtio' file not found
#include<sdtio>
        ^~~~~~~
1 error generated.

                    
#5
Error de compilación
                      main.cpp:1:9: fatal error: 'sdtio' file not found
#include<sdtio>
        ^~~~~~~
1 error generated.

                    
#6
Error de compilación
                      main.cpp:1:9: fatal error: 'sdtio' file not found
#include<sdtio>
        ^~~~~~~
1 error generated.

                    
#7
Error de compilación
                      main.cpp:1:9: fatal error: 'sdtio' file not found
#include<sdtio>
        ^~~~~~~
1 error generated.

                    
#8
Error de compilación
                      main.cpp:1:9: fatal error: 'sdtio' file not found
#include<sdtio>
        ^~~~~~~
1 error generated.

                    
#9
Error de compilación
                      main.cpp:1:9: fatal error: 'sdtio' file not found
#include<sdtio>
        ^~~~~~~
1 error generated.

                    
#10
Error de compilación
                      main.cpp:1:9: fatal error: 'sdtio' file not found
#include<sdtio>
        ^~~~~~~
1 error generated.

                    
Puntos totales: 0 / 100

Código

#include<sdtio>

int main(){

    int n,c,x;

    cin >> n;
    cin >> c;





return 0
}