Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
-Wall
int mystery(const int *x, int n, int y, int z) { int ans = 0; for (int i = 0; i < n-1; ++i) { if (x[i] == y) { if (x[i=1] == z) { ++ans; } } } return ans; }
run
|
edit
|
history
|
help
0
struct
Spring 2017 Lab 4 v1
prime numbers min>max
2.1.1 Prime numbers in different threads with thread ID
garbage
Print hostname
Address.c
Don't ignore warnings
a weird way to print hello, world! hmm...
K&R/1_3