Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Rezolvare Ex 4
Language:
Ada
Assembly
Bash
C#
C++ (gcc)
C++ (clang)
C++ (vc++)
C (gcc)
C (clang)
C (vc)
Client Side
Clojure
Common Lisp
D
Elixir
Erlang
F#
Fortran
Go
Haskell
Java
Javascript
Kotlin
Lua
MySql
Node.js
Ocaml
Octave
Objective-C
Oracle
Pascal
Perl
Php
PostgreSQL
Prolog
Python
Python 3
R
Rust
Ruby
Scala
Scheme
Sql Server
Swift
Tcl
Visual Basic
Layout:
Vertical
Horizontal
#include <iostream> #include <fstream> using namespace std; ifstream f("NUMERE.IN"); int v[501]; int main() { int x,i; while(cin>>x)//f>>x v[x]++; for(i=1;i<=500;i++) if(v[i]==1) cout<<i<<" "; return 0; }
g++
2 23 34 3 8 9 9 23 6 8 9 2 4 5 23 9
Show compiler warnings
[
+
] Compiler args
[
-
]
Show input
Compilation time: 0.52 sec, absolute running time: 0.16 sec, cpu time: 0.01 sec, memory peak: 5 Mb, absolute service time: 0,85 sec
edit mode
|
history
|
discussion
3 4 5 6 34