Thanks! :)
Charles Berry writes:
> zwz gmail.com> writes:
>
>
>> Here is an example:
>>
>> * array
>> ** search
>>- example
>> #+BEGIN_SRC c
>> /* find score in scores
>>,* return the index if found or -1 */
>> int search(int scores[], int n, int score){
>> int i = 0;
>>
zwz gmail.com> writes:
> Here is an example:
>
> * array
> ** search
>- example
> #+BEGIN_SRC c
> /* find score in scores
>,* return the index if found or -1 */
> int search(int scores[], int n, int score){
> int i = 0;
> for(; i return -1;
> }
> #+END_SRC
>
>
--text follows this line--
Here is an example:
* array
** search
- example
#+BEGIN_SRC c
/* find score in scores
,* return the index if found or -1 */
int search(int scores[], int n, int score){
int i = 0;
for(; i
- test
The indentation of the src block is OK, but it is re