This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Alan Neves | |
//Desenvolvimento de Sistemas | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <locale.h> | |
void main() { | |
int v=7,cand1=0,cand2=0,cand3=0,cand4=0,votonulo=0,votoembranco=0,totalvotos; | |
double por1,por2,por3,por4,por5,por6; | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"Create vue.js component": { | |
"prefix": "component", | |
"body": [ | |
"<template>", | |
" <div>$TM_FILENAME</div>", | |
"</template>", | |
"", | |
"<script setup lang=\"ts\">", | |
"</script>", |